mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 16:57:00 +08:00
.gitlab-ci.yml: compile and run make check with libasan
This commit is contained in:
@@ -4,3 +4,9 @@ Build with separate build dir:
|
||||
../configure && make -j4 && make check -j4 && make SKIP_LIBOPTS_CHECK=1 dist
|
||||
except:
|
||||
- tags
|
||||
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
|
||||
except:
|
||||
- tags
|
||||
|
||||
Reference in New Issue
Block a user