mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
gitlab-ci: Silence PHP and lxml test output
This commit is contained in:
parent
7fa79341b3
commit
ee0eda4b12
@ -25,4 +25,4 @@ cd ..
|
|||||||
git clone --depth 1 https://github.com/lxml/lxml.git
|
git clone --depth 1 https://github.com/lxml/lxml.git
|
||||||
cd lxml
|
cd lxml
|
||||||
make
|
make
|
||||||
LD_LIBRARY_PATH="$installdir/lib" make test
|
LD_LIBRARY_PATH="$installdir/lib" make TESTFLAGS='' test
|
||||||
|
@ -28,6 +28,8 @@ cd php-src
|
|||||||
./configure --with-xsl --enable-soap --enable-debug
|
./configure --with-xsl --enable-soap --enable-debug
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
make TESTS=" \
|
make TESTS=" \
|
||||||
|
-g FAIL \
|
||||||
|
--no-progress \
|
||||||
ext/dom \
|
ext/dom \
|
||||||
ext/libxml \
|
ext/libxml \
|
||||||
ext/simplexml \
|
ext/simplexml \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user