From 40b8904708d649039c48786b650e451bbb67aec5 Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Fri, 20 Jan 2017 19:18:09 +0200 Subject: .gitlab-ci.yml: add Fedora/x86_64/no-tools Signed-off-by: Alon Bar-Lev --- .gitlab-ci.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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 -- cgit v1.2.1