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
Merged pidgin/main into default
[pidgin-git.git]
/
bitbucket-pipelines.yml
blob
73f327694694efe7fd7685339443457dbe356384
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
8
- meson -Dsilc=false -Ddoc=true -Ddebug=true build
9
- ninja -C build
10
- ninja -C build test
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
21