mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 16:57:00 +08:00
.gitlab-ci.yml: added build check with minimal setup
This commit is contained in:
@@ -4,6 +4,12 @@ Build with separate build dir:
|
||||
../configure && make -j4 && make check -j4 && make SKIP_LIBOPTS_CHECK=1 dist
|
||||
except:
|
||||
- tags
|
||||
Build with minimal setup:
|
||||
script:
|
||||
- git submodule update --init && autoreconf -fvi &&
|
||||
./configure --with-local-talloc --without-libnl --without-liboath --enable-local-libopts --without-pam --without-radius --without-utmp --without-libwrap --without-http-parser --without-lz4 --without-gssapi --without-pcl-lib --without-protobuf && make -j4 && make check -j4
|
||||
except:
|
||||
- tags
|
||||
Build and Check with asan:
|
||||
script:
|
||||
- git submodule update --init && autoreconf -fvi && CFLAGS="-fsanitize=address -g -O2" LDFLAGS="-static-libasan" &&
|
||||
|
||||
Reference in New Issue
Block a user