bitbucket-pipelines.yml

Thu, 07 Sep 2017 21:03:07 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Thu, 07 Sep 2017 21:03:07 -0500
changeset 38676
f6f96b9ec04c
parent 38181
6dc8cae57962
child 38740
560f19f9911a
permissions
-rw-r--r--

Set the about dialog to be transient for the buddy list

# vi:et:ts=2 sw=2 sts=2
image: pidgin/builder-debian:stretch
pipelines:
  default:
    - step:
        script:
          - set -ex
          - ./autogen.sh --enable-debug --enable-gtk-doc
          - make -s -j$(nproc)
          - make -s -j$(nproc) distcheck
  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