]> 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>
Fri, 31 Jul 2020 17:54:30 +0000 (19:54 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Fri, 31 Jul 2020 17:54:30 +0000 (19:54 +0200)
.gitlab-ci.yml

index 3fc70b1beff2c7dee71b2f49af531f48e6ead221..ac52ee381a8659d3d43ecb9d8d4649aa50fe348e 100644 (file)
@@ -15,7 +15,8 @@ build/x86-64:
   script:
   - ./.bootstrap &&
     ./configure --disable-static --enable-fat --disable-documentation && make -j4 &&
-    make check -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