Merge branch 'tmp-ubuntu' into 'master'

.gitlab-ci.yml: ubuntu: added seccomp check and enabled nuttcp tests

See merge request openconnect/ocserv!242
This commit is contained in:
Nikos Mavrogiannopoulos
2020-12-03 10:40:57 +00:00

View File

@@ -91,7 +91,7 @@ Ubuntu20.04:
script:
- git submodule update --init
- autoreconf -fvi
- ./configure --without-nuttcp-tests --enable-oidc-auth --enable-latency-stats
- ./configure --enable-oidc-auth --enable-latency-stats
- make -j$JOBS
- export MALLOC_CHECK_=3
- make check -j$JOBS