eion/purple-hangouts

093d3ebe807d
Parents 3a80700b1722
Children 834987aa5049
A simple convey.yml to build against debian-stretch
  • +23 -0
    convey.yml
  • --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/convey.yml Sun Nov 11 23:28:57 2018 -0600
    @@ -0,0 +1,23 @@
    +tasks:
    + import:
    + type: docker/import
    + files:
    + - .:.
    + debian-stretch-amd64:
    + type: docker/run
    + image: pidgin/pidgin2-dev:debian-stretch-amd64
    + script:
    + - set -ex
    + - make
    + - mv libhangouts.so libhangouts-debian-stretch-amd64.so
    + workdir: ${CONVEY_WORKSPACE}
    +plans:
    + default:
    + stages:
    + - name: setup
    + tasks:
    + - import
    + - name: build
    + tasks:
    + - debian-stretch-amd64
    +