Thu, 22 Sep 2016 13:51:51 -0500
facebook: Add missing JSON_LIBS to LIBADD
|
38030
24a306f26d2c
add a bitbucket-pipelines.yml file to build and run unittests under debian stretch
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
1 | # vi:et:ts=2 sw=2 sts=2 |
|
24a306f26d2c
add a bitbucket-pipelines.yml file to build and run unittests under debian stretch
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
2 | image: pidgin/builder-debian:stretch |
|
24a306f26d2c
add a bitbucket-pipelines.yml file to build and run unittests under debian stretch
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
3 | pipelines: |
|
24a306f26d2c
add a bitbucket-pipelines.yml file to build and run unittests under debian stretch
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
4 | default: |
|
24a306f26d2c
add a bitbucket-pipelines.yml file to build and run unittests under debian stretch
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
5 | - step: |
|
24a306f26d2c
add a bitbucket-pipelines.yml file to build and run unittests under debian stretch
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
6 | script: |
|
24a306f26d2c
add a bitbucket-pipelines.yml file to build and run unittests under debian stretch
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
7 | - set -ex |
| 38040 | 8 | - ./autogen.sh --disable-kwallet --enable-debug --enable-gtk-doc |
|
38039
8cf47ff9be6e
use nproc instead of parsing /proc/cpuinfo
Gary Kramlich <grim@reaperworld.com>
parents:
38038
diff
changeset
|
9 | - make -s -j$(nproc) |
|
8cf47ff9be6e
use nproc instead of parsing /proc/cpuinfo
Gary Kramlich <grim@reaperworld.com>
parents:
38038
diff
changeset
|
10 | - make -s -j$(nproc) check |
|
38030
24a306f26d2c
add a bitbucket-pipelines.yml file to build and run unittests under debian stretch
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
11 |