summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2015-11-26 09:37:02 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2015-11-26 09:37:02 +0100
commite24ad5bd3529e2f04048e464d277557af8e8fa41 (patch)
tree2ab53c7371e5c47f41e9ca522552f2cfe5a5e5a2 /.gitlab-ci.yml
parentdb0dc9e30e25ba8de7dd166b2ab4788df0642719 (diff)
downloadgnutls-e24ad5bd3529e2f04048e464d277557af8e8fa41.tar.gz
.gitlab-ci.yml: removed separate builddir build from x86-64 targets to reduce builds
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml12
1 files changed, 1 insertions, 11 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2d29fbbbbc..1b3031f9a1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -30,15 +30,6 @@ Build and Check with asan:
- nettle3
except:
- tags
-Build and Check - separate build dir (x86-64):
- script:
- - git submodule update --init && make autoreconf && mkdir -p build && cd build && ../configure
- --disable-non-suiteb-curves --with-included-libtasn1 --enable-seccomp-tests --disable-valgrind-tests --disable-doc && make -j4 && make check -j4
- tags:
- - x86-64
- - nettle3
- except:
- - tags
Build and Check - separate build dir (x86):
script:
- git submodule update --init && make autoreconf && mkdir -p build && cd build &&
@@ -65,11 +56,10 @@ Build and Check in FIPS140-2 mode:
../configure --disable-non-suiteb-curves --enable-fips140-mode --with-included-libtasn1 --disable-doc --disable-valgrind-tests &&
make -j4 && make check -j4
tags:
- - x86-64
- nettle3
except:
- tags
-Build and Check for windows:
+Build and Check for windows in separate build dir:
script:
- git submodule update --init && make autoreconf && rm -f tests/suite/mini-eagain2.c && mkdir -p build && cd build &&
mingw32-configure --enable-local-libopts --without-p11-kit --disable-non-suiteb-curves --disable-doc --disable-valgrind-tests &&