bitbucket-pipelines.yml

Thu, 22 Sep 2016 22:24:27 +0000

author
Arkadiy Illarionov <qarkai@gmail.com>
date
Thu, 22 Sep 2016 22:24:27 +0000
branch
xdg-dirs
changeset 38869
fa7ddb1b66f1
parent 38040
8f2b9a832dec
child 38144
f30b0d8e1f64
child 38149
d092152c84c9
permissions
-rw-r--r--

Created new branch xdg-dirs

# 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

mercurial