mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-07 11:55:10 +00:00
ci: Add test for 32 bit CentOS 7
Make sure the project compile and pass tests without problems on a 32 bit architecture. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Uri Lublin <uril@redhat.com>
This commit is contained in:
parent
0002d1a93c
commit
4394cc9733
@ -97,6 +97,28 @@ makecheck-centos:
|
||||
- make
|
||||
- make -C server check || (cat server/tests/test-suite.log && exit 1)
|
||||
|
||||
# Same as makecheck job but use a Centos image
|
||||
makecheck-centos32:
|
||||
before_script:
|
||||
- >
|
||||
yum install git libtool make libasan orc-devel glib-networking
|
||||
yum-utils gcc glib2-devel celt051-devel
|
||||
opus-devel pixman-devel openssl-devel libjpeg-devel
|
||||
libcacard-devel cyrus-sasl-devel lz4-devel
|
||||
gstreamer1-devel gstreamer1-plugins-base-devel
|
||||
git-core pyparsing python-six
|
||||
-y
|
||||
- git clone ${CI_REPOSITORY_URL/spice.git/spice-protocol.git}
|
||||
- (cd spice-protocol && ./autogen.sh --prefix=/usr && make install)
|
||||
image: i386/centos:latest
|
||||
script:
|
||||
- >
|
||||
CFLAGS='-O2 -pipe -g -fsanitize=address -fno-omit-frame-pointer -Wframe-larger-than=40920'
|
||||
LDFLAGS='-fsanitize=address -lasan'
|
||||
./autogen.sh --enable-celt051
|
||||
- make
|
||||
- make -C server check || (cat server/tests/test-suite.log && exit 1)
|
||||
|
||||
# Same as makecheck job but use Windows build
|
||||
makecheck-windows:
|
||||
script:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user