Thu, 20 Sep 2018 20:59:22 -0500
Use the correct buffers for multiline/html
| 38905 | 1 | # vi:et:ts=2 sw=2 sts=2 |
| 2 | image: pidgin/builder-debian:buster | |
| 3 | pipelines: | |
| 4 | default: | |
| 5 | - step: | |
| 6 | script: | |
| 7 | - set -ex | |
|
39202
58d576d57484
build and install talkatu as it's actively being developed and isn't packaged yet
Gary Kramlich <grim@reaperworld.com>
parents:
38929
diff
changeset
|
8 | - hg clone https://bitbucket.org/pidgin/talkatu |
|
39204
a60e4f878c51
Add talkatu to the Pidgin gir generation and install talkatu to /usr
Gary Kramlich <grim@reaperworld.com>
parents:
39203
diff
changeset
|
9 | - meson -Dprefix=/usr talkatu talkatu/build |
|
39202
58d576d57484
build and install talkatu as it's actively being developed and isn't packaged yet
Gary Kramlich <grim@reaperworld.com>
parents:
38929
diff
changeset
|
10 | - ninja -C talkatu/build install |
|
58d576d57484
build and install talkatu as it's actively being developed and isn't packaged yet
Gary Kramlich <grim@reaperworld.com>
parents:
38929
diff
changeset
|
11 | - ldconfig |
|
39203
3e4e9cf0629b
Use a pipelines specific build directory
Gary Kramlich <grim@reaperworld.com>
parents:
39202
diff
changeset
|
12 | - meson -Dsilc=false -Ddoc=true -Ddebug=true build-pipelines |
|
3e4e9cf0629b
Use a pipelines specific build directory
Gary Kramlich <grim@reaperworld.com>
parents:
39202
diff
changeset
|
13 | - ninja -C build-pipelines |
|
3e4e9cf0629b
Use a pipelines specific build directory
Gary Kramlich <grim@reaperworld.com>
parents:
39202
diff
changeset
|
14 | - ninja -C build-pipelines test |
| 38905 | 15 | branches: |
| 16 | release-2.x.y: | |
| 17 | - step: | |
| 18 | image: pidgin/release-builder:release-2.x.y | |
| 19 | script: | |
| 20 | - set -ex | |
| 21 | - ./autogen.sh --enable-debug | |
| 22 | - make -s -j$(nproc) | |
| 23 | - make -s -j$(nproc) check | |
| 24 | - make distcheck |