bitbucket-pipelines.yml

Thu, 21 Jun 2018 23:37:05 -0400

author
Elliott Sales de Andrade <quantum.analyst@gmail.com>
date
Thu, 21 Jun 2018 23:37:05 -0400
changeset 39176
5e0c89a7612b
parent 38929
159404505264
child 39202
58d576d57484
permissions
-rw-r--r--

Use G_BINDING_DEFAULT when no binding options needed.

These widgets are all switched on/off as necessary later in the
function.

# vi:et:ts=2 sw=2 sts=2
image: pidgin/builder-debian:buster
pipelines:
  default:
    - step:
        script:
          - set -ex
          - meson -Dsilc=false -Ddoc=true -Ddebug=true build
          - ninja -C build
          - ninja -C build test
  branches:
    release-2.x.y:
      - step:
          image: pidgin/release-builder:release-2.x.y
          script:
            - set -ex
            - ./autogen.sh --enable-debug
            - make -s -j$(nproc)
            - make -s -j$(nproc) check
            - make distcheck

mercurial