repo.or.cz
/
pidgin-git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Respect -c option
[pidgin-git.git]
/
bitbucket-pipelines.yml
blob
6e5065bbc314263b5e810d300846a6c16326bc99
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 --disable-kwallet --enable-debug --enable-gtk-doc
9
- make -s -j$(nproc)
10
- make -s -j$(nproc) check
11