Sat, 24 Nov 2018 08:22:51 +0000
Merged in default (pull request #425)
Drop manual TLS certificate trust management
Approved-by: Gary Kramlich
| 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 |
|
39297
f3c4dbe4abec
okay, pretty sure I got the build directory name correct now..
Gary Kramlich <grim@reaperworld.com>
parents:
39295
diff
changeset
|
15 | - "ninja -C build-pipelines $(ninja -C build-pipelines -t targets | grep -E '[a-z]+-doc:' | cut -d: -f1)" |
| 38905 | 16 | branches: |
| 17 | release-2.x.y: | |
| 18 | - step: | |
| 19 | image: pidgin/release-builder:release-2.x.y | |
| 20 | script: | |
| 21 | - set -ex | |
| 22 | - ./autogen.sh --enable-debug | |
| 23 | - make -s -j$(nproc) | |
| 24 | - make -s -j$(nproc) check | |
| 25 | - make distcheck |