]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
github: add 'distcheck' workflow job
authorKarel Zak <kzak@redhat.com>
Fri, 5 Feb 2021 14:03:49 +0000 (15:03 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 5 Feb 2021 14:03:49 +0000 (15:03 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
.github/workflows/cibuild.yml

index 235215cd5468270eea5b5272a2a01503cd0a1609..1aba3c1a798ba8b36154818b35fb7bc04c86e2cd 100644 (file)
@@ -37,3 +37,17 @@ jobs:
         run: sudo -E .github/workflows/cibuild.sh CHECK
       - name: Make install
         run: .github/workflows/cibuild.sh INSTALL
+  distcheck:
+    needs: build
+    runs-on: ubuntu-latest
+    env:
+      COMPILER: gcc
+      COMPILER_VERSION: 10
+      SANITIZE: no
+    steps:
+      - name: Repository checkout
+        uses: actions/checkout@v1
+      - name: Ubuntu setup
+        run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh
+      - name: Make distcheck
+        run: .github/workflows/cibuild.sh DISTCHECK