summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-09-16 10:33:15 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-09-16 10:33:17 +0200
commitdb010373e1c749bf8c53a885444f125dcdbf5d88 (patch)
treef8827a631172df6d7e63763c2d51e2a5ae32d778
parent85e4e9babb4a0c4d5f0093ddaa2fc4e6cba99580 (diff)
downloadgnutls-db010373e1c749bf8c53a885444f125dcdbf5d88.tar.gz
.gitlab-ci.yml: removed the cat tests/test-suite.log lines
These were not necessary.
-rw-r--r--.gitlab-ci.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6d81f81b25..215c306611 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,7 +13,6 @@ Centos6/build:
- sed -i 's/AM_PROG_AR//g' configure.ac lib/configure.ac libextra/configure.ac
- git submodule update --init && make autoreconf && mkdir -p build && cd build && ../configure
--disable-non-suiteb-curves --with-included-libtasn1 --enable-seccomp-tests --disable-guile --disable-valgrind-tests --with-libgcrypt --disable-doc && make && make check
- - cat tests/test-suite.log
tags:
- shared
except:
@@ -29,7 +28,6 @@ Centos7/build:
script:
- git submodule update --init && make autoreconf && mkdir -p build && cd build && ../configure
--disable-non-suiteb-curves --with-included-libtasn1 --enable-seccomp-tests --disable-guile --disable-valgrind-tests --disable-doc && make && make check
- - cat tests/test-suite.log
tags:
- shared
except:
@@ -45,7 +43,6 @@ Centos7/valgrind:
script:
- git submodule update --init && make autoreconf && rm -f tests/suite/mini-eagain2.c && ./configure
--disable-non-suiteb-curves --with-included-libtasn1 --disable-doc --disable-guile && make && make check
- - cat tests/test-suite.log
tags:
- shared
except:
@@ -62,7 +59,6 @@ Centos7/asan:
- git submodule update --init && make autoreconf && rm -f tests/suite/mini-eagain2.c &&CFLAGS="-fsanitize=address -g
-O2" LDFLAGS="-static-libasan" ./configure --disable-doc --with-included-libtasn1 --disable-valgrind-tests --disable-non-suiteb-curves --disable-guile
&& make && make check
- - cat tests/test-suite.log
tags:
- shared
except: