bitbucket-pipelines.yml@2e94b6fa06a0
bitbucket-pipelines.yml
Wed, 28 Sep 2016 09:32:19 -0500
- author
- Gary Kramlich <grim@reaperworld.com>
- date
- Wed, 28 Sep 2016 09:32:19 -0500
- changeset 38066
- 2e94b6fa06a0
- parent 38040
-
8f2b9a832dec
- child 38144
-
f30b0d8e1f64
- child 38149
-
d092152c84c9
- permissions
- -rw-r--r--
Merged in CMaiku/pidgin (pull request #136)
Windows build fixes
# vi:et:ts=2 sw=2 sts=2
image: pidgin/builder-debian:stretch
pipelines:
default:
- step:
script:
- set -ex
- ./autogen.sh --disable-kwallet --enable-debug --enable-gtk-doc
- make -s -j$(nproc)
- make -s -j$(nproc) check