libgnt/libgnt

Export our builds so we can save the logs
release-2.x.y
2021-09-28, Gary Kramlich
3fadbfa21320
Parents cfcf6ff3913e
Children 8346f0e78104
Export our builds so we can save the logs

Testing Done:
Ran locally

Reviewed at https://reviews.imfreedom.org/r/956/
  • +13 -0
    convey.yml
  • --- a/convey.yml Mon Sep 27 23:56:45 2021 -0500
    +++ b/convey.yml Tue Sep 28 01:12:20 2021 -0500
    @@ -11,6 +11,9 @@
    clean:
    type: convey/clean
    files:
    + - debian-bookworm-amd64
    + - debian-bullseye-amd64
    + - fedora-34-amd64
    - libgnt-docs
    docs-clean:
    @@ -28,6 +31,10 @@
    type: docker/export
    files: build-docs/doc/html:libgnt-docs
    + export:
    + type: docker/export
    + files: ${TARGET}:.
    +
    import:
    type: docker/import
    files: .:.
    @@ -49,14 +56,20 @@
    environment: TARGET=debian-bullseye-amd64
    stages:
    - tasks: [import, build]
    + - tasks: export
    + run: always
    debian-bookworm-amd64:
    environment: TARGET=debian-bookworm-amd64
    stages:
    - tasks: [import, build]
    + - tasks: export
    + run: always
    fedora-34-amd64:
    environment: TARGET=fedora-34-amd64
    stages:
    - tasks: [import, build]
    + - tasks: export
    + run: always