Skip to content
Snippets Groups Projects
Commit bd9c8fcabb45 authored by Nick Wellnhofer's avatar Nick Wellnhofer
Browse files

gitlab-ci: Run Autotools tests with out-of-tree (VPATH) builds

parent 3dcc57fae655
Branches
No related tags found
No related merge requests found
......@@ -8,5 +8,7 @@
make -j$(nproc)
cd ..
sh autogen.sh $CONFIG --with-libxml-src=libxml2
mkdir -p libxslt-build
cd libxslt-build
sh ../autogen.sh $CONFIG --with-libxml-src=../libxml2
make -j$(nproc) V=1 CFLAGS="$CFLAGS -Werror"
......@@ -12,2 +14,2 @@
make -j$(nproc) V=1 CFLAGS="$CFLAGS -Werror"
make -s check
make -s CFLAGS="$CFLAGS -Werror" check
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment