Thu, 21 Feb 2019 23:32:27 -0500
Move custom smileys to XDG directories.
Smileys themselves go into data, and the xml goes in config.
| 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 | |
|
39366
39188b5a5ced
bitbucket-pipelines.yml: Update renamed 'debug' option to 'console-logging'
Mike Ruprecht <cmaiku@gmail.com>
parents:
39361
diff
changeset
|
8 | - meson -Dsilc=false -Ddoc=true -Dconsole-logging=true build-pipelines |
|
39203
3e4e9cf0629b
Use a pipelines specific build directory
Gary Kramlich <grim@reaperworld.com>
parents:
39202
diff
changeset
|
9 | - ninja -C build-pipelines |
|
3e4e9cf0629b
Use a pipelines specific build directory
Gary Kramlich <grim@reaperworld.com>
parents:
39202
diff
changeset
|
10 | - 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
|
11 | - "ninja -C build-pipelines $(ninja -C build-pipelines -t targets | grep -E '[a-z]+-doc:' | cut -d: -f1)" |
| 38905 | 12 | branches: |
| 13 | release-2.x.y: | |
| 14 | - step: | |
| 15 | image: pidgin/release-builder:release-2.x.y | |
| 16 | script: | |
| 17 | - set -ex | |
| 18 | - ./autogen.sh --enable-debug | |
| 19 | - make -s -j$(nproc) | |
| 20 | - make -s -j$(nproc) check | |
| 21 | - make distcheck |