]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
.gitlab-ci.yml: keep the guile logs as artifacts on test suite failure
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 27 Jul 2016 08:38:47 +0000 (10:38 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 27 Jul 2016 08:38:50 +0000 (10:38 +0200)
.gitlab-ci.yml

index 7c2e223ab22e213b1b790d170ac518cb79417d9c..5ca605a4496c1b6412074f023ec48f0e54e5ef5f 100644 (file)
@@ -81,6 +81,7 @@ Build and Check - without SSL 3.0:
     expire_in: 1 week
     when: on_failure
     paths:
+      - build/guile/tests/*.log
       - build/tests/*.log
       - build/tests/*/*.log
 Build with ABI-check (x86-64):
@@ -108,6 +109,7 @@ Build and Check - clang:
     expire_in: 1 week
     when: on_failure
     paths:
+      - guile/tests/*.log
       - tests/*.log
       - tests/*/*.log
 Build and Check in FIPS140-2 mode:
@@ -123,6 +125,7 @@ Build and Check in FIPS140-2 mode:
   artifacts:
     when: on_failure
     paths:
+      - guile/tests/*.log
       - build/tests/*.log
       - build/tests/*/*.log
 Release build for windows DLLs:
@@ -161,6 +164,7 @@ Build and Check for windows in separate build dir:
     expire_in: 1 week
     when: on_failure
     paths:
+      - guile/tests/*.log
       - build/tests/*.log
       - build/tests/*/*.log
 Build and Check with valgrind:
@@ -182,7 +186,7 @@ Build and Check with valgrind:
 Build and Check on FreeBSD:
   script:
   - gmake autoreconf && rm -f tests/suite/mini-eagain2.c && LIBS="-L/usr/local/lib" ./configure
-    --disable-doc --disable-valgrind-tests && gmake -j4 && gmake check -j4
+    --disable-guile --disable-doc --disable-valgrind-tests && gmake -j4 && gmake check -j4
   tags:
   - freebsd
   except: