Sign in
fuchsia
/
third_party
/
libxml2
/
f68c70d298568f07b4c7903a0db7ceb929b5c298
/
.
/
.gitlab-ci
/
test.sh
blob: 5caa649001c2bff2e801299365d57affc88b594e [
file
] [
log
] [
blame
]
#!/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