1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 20:25:14 +03:00
libxml2/.gitlab-ci/test.sh
2024-03-22 18:39:57 +01:00

9 lines
173 B
Bash

#!/bin/sh
set -e
cd libxml2-build
sh ../autogen.sh $BASE_CONFIG $CONFIG || cat config.log
make -j$(nproc) V=1 CFLAGS="$CFLAGS -Werror"
make CFLAGS="$CFLAGS -Werror" check