summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alon.barlev@gmail.com>2017-01-20 19:18:09 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2017-01-25 15:48:04 +0100
commit65782f56a4b66f42df98f0be2630c6476d77cd2f (patch)
tree0250f4e07590e8dcfb3b2a1e21f35e81b99daa41
parenta1275e6c4a0cc9f4d1fa5979847bc83205fb2b18 (diff)
downloadgnutls-65782f56a4b66f42df98f0be2630c6476d77cd2f.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