mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-29 17:07:15 +00:00
gitlab-ci: build out-of-tree too
One test is enough -- do it in makecheck. Must git clean first any previous builds. Signed-off-by: Uri Lublin <uril@redhat.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
parent
ed68d491fd
commit
0c4c3a6916
@ -14,12 +14,18 @@ before_script:
|
||||
|
||||
makecheck:
|
||||
script:
|
||||
# Also check out-of-tree build
|
||||
- git clean -fdx # cleanup after previous builds
|
||||
- git submodule foreach --recursive git clean -fdx
|
||||
- mkdir builddir
|
||||
- cd builddir
|
||||
- >
|
||||
CFLAGS='-O2 -pipe -g -fsanitize=address -fno-omit-frame-pointer -Wframe-larger-than=40920'
|
||||
LDFLAGS='-fsanitize=address -lasan'
|
||||
./autogen.sh --enable-celt051
|
||||
../autogen.sh --enable-celt051
|
||||
- make
|
||||
- make -C server check || (cat server/tests/test-suite.log && exit 1)
|
||||
- cd ..
|
||||
|
||||
meson-makecheck:
|
||||
script:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user