From db010373e1c749bf8c53a885444f125dcdbf5d88 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Fri, 16 Sep 2016 10:33:15 +0200 Subject: .gitlab-ci.yml: removed the cat tests/test-suite.log lines These were not necessary. --- .gitlab-ci.yml | 4 ---- 1 file changed, 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: -- cgit v1.2.1