mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 00:37:00 +08:00
.gitlab-ci.yml: run all checks on build systems
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
Build with separate build dir:
|
||||
Build and Check with separate build dir:
|
||||
script:
|
||||
- git submodule update --init && autoreconf -fvi && mkdir -p build && cd build &&
|
||||
../configure && make -j4 && make check -j4 && make SKIP_LIBOPTS_CHECK=1 dist
|
||||
../configure --with-all-tests && make -j4 && make check -j4 && make SKIP_LIBOPTS_CHECK=1 dist
|
||||
except:
|
||||
- tags
|
||||
Build with minimal setup:
|
||||
@@ -13,6 +13,6 @@ Build with minimal setup:
|
||||
Build and Check with asan:
|
||||
script:
|
||||
- git submodule update --init && autoreconf -fvi && CFLAGS="-fsanitize=address -g -O2" LDFLAGS="-static-libasan" &&
|
||||
./configure && make -j4 && make check -j4
|
||||
./configure --with-all-tests && make -j4 && make check -j4
|
||||
except:
|
||||
- tags
|
||||
|
||||
Reference in New Issue
Block a user