]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
.gitlab-ci.yml: add Fedora/x86_64/no-tools
authorAlon Bar-Lev <alon.barlev@gmail.com>
Fri, 20 Jan 2017 17:18:09 +0000 (19:18 +0200)
committerAlon Bar-Lev <alon.barlev@gmail.com>
Mon, 23 Jan 2017 18:51:36 +0000 (20:51 +0200)
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
.gitlab-ci.yml

index 5bc2755aa2e9fb9a2a32fbe5531f3331e44e1308..3ab3ce35021b60c5dd3d0f41a82754d03641244d 100644 (file)
@@ -104,6 +104,24 @@ Fedora/x86_64/valgrind:
       - tests/*.log
       - tests/*/*.log
 
+Fedora/x86_64/no-tools:
+  stage: stage1-testing
+  image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$FEDORA_BUILD
+  script:
+  - make autoreconf && ./configure
+    --disable-non-suiteb-curves --disable-valgrind-tests --disable-doc --disable-guile --disable-tools --enable-tests && make -j$(nproc) && make -j$(nproc) check
+  tags:
+  - shared
+  except:
+  - tags
+  artifacts:
+    expire_in: 1 week
+    when: on_failure
+    paths:
+      - ./*.log
+      - tests/*.log
+      - tests/*/*.log
+
 Fedora/x86_64/asan:
   stage: stage1-testing
   image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$FEDORA_BUILD