Replace "do {" and "} while (0)" with G_STMT_START and G_STMT_END
[pidgin-git.git] / bitbucket-pipelines.yml
blob63087b9025ff976c16b833c4789e625891ce3954
1 # vi:et:ts=2 sw=2 sts=2
2 image: pidgin/builder-debian:stretch
3 pipelines:
4   default:
5     - step:
6         script:
7           - set -ex
8           - ./autogen.sh --enable-debug --enable-gtk-doc
9           - make -s -j$(nproc)
10           - make -s -j$(nproc) distcheck
11   branches:
12     release-2.x.y:
13       - step:
14           image: pidgin/release-builder:release-2.x.y
15           script:
16             - set -ex
17             - ./autogen.sh --enable-debug
18             - make -s -j$(nproc)
19             - make -s -j$(nproc) check
20             - make distcheck