gplugin/gplugin

Add elementary juno as a build and publish option
develop
2019-07-02, Gary Kramlich
43e6e473ef50
Add elementary juno as a build and publish option
  • +10 -0
    convey.yml
  • --- a/convey.yml Tue May 21 21:30:48 2019 -0500
    +++ b/convey.yml Tue Jul 02 21:58:52 2019 -0500
    @@ -10,6 +10,7 @@
    - alpine-edge-amd64
    - debian-buster-amd64
    - debian-stretch-amd64
    + - elementary-juno-amd64
    - fedora-28-amd64
    - fedora-29-amd64
    - opensuse-tumbleweed-amd64
    @@ -92,6 +93,11 @@
    stages:
    - tasks: [import, build, export]
    + elementary-juno-amd64:
    + environment: [DISTRO=elementary, VERSION=juno]
    + stages:
    + - tasks: [import, build, export]
    +
    fedora-28-amd64:
    environment: [DISTRO=fedora, VERSION=28]
    stages:
    @@ -130,6 +136,10 @@
    - VERSION=buster
    tasks: [import-artifacts, publish-deb, publish-debsrc]
    - environment:
    + - DISTRO=elementary
    + - VERSION=juno
    + tasks: [import-artifacts, publish-deb, publish-debsrc]
    + - environment:
    - DISTRO=fedora
    - VERSION=28
    tasks: [import-artifacts, publish-rpm]