gplugin/gplugin

Add fedora 26 support
feature/convey
2017-09-26, Gary Kramlich
356999b051e2
Parents 52c24c1f30c5
Children f8348b4cd015
Add fedora 26 support
  • +12 -0
    convey.yml
  • --- a/convey.yml Tue Sep 26 21:49:44 2017 -0500
    +++ b/convey.yml Tue Sep 26 22:02:50 2017 -0500
    @@ -25,6 +25,11 @@
    export-fedora-25-amd64:
    type: export
    files: fedora-25-amd64:artifacts/
    + build-fedora-26-amd64:
    + image: gplugin/builders:fedora-26-amd64
    + export-fedora-26-amd64:
    + type: export
    + files: fedora-26-amd64:artifacts/
    build-coverity:
    image: gplugin/builders:coverity
    @@ -58,6 +63,12 @@
    - import
    - build-fedora-25-amd64
    - export-fedora-25-amd64
    + fedora-26-amd64:
    + stages:
    + - tasks:
    + - import
    + - build-fedora-26-amd64
    + - export-fedora-26-amd64
    coverity:
    stages:
    @@ -76,3 +87,4 @@
    fedora:
    plans:
    - fedora-25-amd64
    + - fedora-26-amd64