summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alon.barlev@gmail.com>2017-01-20 19:18:09 +0200
committerAlon Bar-Lev <alon.barlev@gmail.com>2017-01-23 20:51:36 +0200
commit40b8904708d649039c48786b650e451bbb67aec5 (patch)
tree19aa2ab039f4d18d07c3a367bcc38dd5417d60f8
parent4beb7d97a748e0a90cfb413670a55f47e47d2f06 (diff)
downloadgnutls-40b8904708d649039c48786b650e451bbb67aec5.tar.gz
.gitlab-ci.yml: add Fedora/x86_64/no-tools
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
-rw-r--r--.gitlab-ci.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5bc2755aa2..3ab3ce3502 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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