Sign in
fuchsia
/
third_party
/
libxml2
/
99e85fb5c901eea75c0165b7111ab7619fa12a31
/
.
/
.gitlab-ci
/
test.sh
blob: 0d8942ff385548ddf374fb363922cb1c854b9eeb [
file
] [
log
] [
blame
]
#!/bin/sh
set
-
e
cd libxml2
-
build
sh
../
autogen
.
sh $BASE_CONFIG $CONFIG
make
-
j$
(
nproc
)
V
=
1
CFLAGS
=
"$CFLAGS -Werror"
make CFLAGS
=
"$CFLAGS -Werror"
check