mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-08-17 21:00:16 +00:00
Add .gitlab-ci.yml file
Signed-off-by: Eduardo Lima (Etrunko) <etrunko@redhat.com>
This commit is contained in:
parent
a84f868e48
commit
95743f40a2
18
.gitlab-ci.yml
Normal file
18
.gitlab-ci.yml
Normal file
@ -0,0 +1,18 @@
|
||||
image: fedora:latest
|
||||
|
||||
before_script:
|
||||
- >
|
||||
dnf install 'dnf-command(copr)' git libtool make libasan
|
||||
python3 python3-six python3-pyparsing glib-networking
|
||||
-y
|
||||
- dnf copr enable @spice/nightly -y
|
||||
- dnf builddep spice -y
|
||||
|
||||
makecheck:
|
||||
script:
|
||||
- >
|
||||
CFLAGS='-O2 -pipe -g -fsanitize=address -fno-omit-frame-pointer -Wframe-larger-than=40920'
|
||||
LDFLAGS='-fsanitize=address -lasan'
|
||||
./autogen.sh --enable-extra-checks --enable-celt051
|
||||
- make
|
||||
- make check || (cat tests/test-suite.log && exit 1)
|
||||
Loading…
Reference in New Issue
Block a user