summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-03-01 13:19:29 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-03-01 13:19:39 +0100
commitb8ce03e6db6ed13c021de69471fae332b1eadb11 (patch)
tree1b59184b7496fce2ac89db881fa90ec3d4ec3e17 /.gitlab-ci.yml
parent7c99351cf641abcf41f50c4e6392dbce627033c6 (diff)
downloadgnutls-b8ce03e6db6ed13c021de69471fae332b1eadb11.tar.gz
.gitlab-ci.yml: asan, clang and valgrind builds were made arch-independent
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 662b69d0e2..263b113de4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,7 +17,6 @@ Build and Check with asan:
-O2" LDFLAGS="-static-libasan" ./configure --disable-doc --with-included-libtasn1 --disable-valgrind-tests --disable-non-suiteb-curves --disable-guile
&& make -j4 && make check -j4
tags:
- - x86-64
- nettle3
except:
- tags
@@ -41,13 +40,12 @@ Build and Check - separate build dir (x86):
- nettle3
except:
- tags
-Build and Check - clang (x86):
+Build and Check - clang:
script:
- git submodule update --init && make autoreconf &&
CC=clang ./configure --disable-non-suiteb-curves --with-included-libtasn1 --enable-seccomp-tests --disable-doc --disable-valgrind-tests &&
make -j4 && make check -C tests -j4
tags:
- - x86
- nettle3
except:
- tags
@@ -76,7 +74,6 @@ Build and Check with valgrind:
- git submodule update --init && make autoreconf && rm -f tests/suite/mini-eagain2.c && ./configure
--disable-non-suiteb-curves --with-included-libtasn1 --disable-doc && make -j4 && make check -j4
tags:
- - x86-64
- nettle3
except:
- tags