]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
gitlab-ci: Run make check-fat for x86_64 and cross builds
authorNiels Möller <nisse@lysator.liu.se>
Wed, 29 Jul 2020 14:35:57 +0000 (16:35 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Wed, 29 Jul 2020 14:35:57 +0000 (16:35 +0200)
.gitlab-ci.yml

index 3fc70b1beff2c7dee71b2f49af531f48e6ead221..ef94fd80b39f44ac3c44653512919896776fe349 100644 (file)
@@ -16,6 +16,7 @@ build/x86-64:
   - ./.bootstrap &&
     ./configure --disable-static --enable-fat --disable-documentation && make -j4 &&
     make check -j4
+    make check-fat
   tags:
   - shared
   - linux
@@ -156,6 +157,7 @@ Debian.cross.x86:
   - ./configure --disable-static --enable-fat --disable-documentation --build=$build --host=$host
   - make -j$(nproc)
   - make -j$(nproc) check
+  - make -j$(nproc) check-fat
   tags:
   - shared
   - linux