Kaydet (Commit) 9542d574 authored tarafından Colomban Wendling's avatar Colomban Wendling

travis: Run distcheck

üst 1cd03a64
...@@ -31,9 +31,11 @@ script: ...@@ -31,9 +31,11 @@ script:
unset CC CXX; unset CC CXX;
sh ./scripts/cross-build-mingw.sh $arg; sh ./scripts/cross-build-mingw.sh $arg;
else else
CONFIGURE_FLAGS="--enable-gtk3=$GTK3";
mkdir _build && mkdir _build &&
cd _build && cd _build &&
{ ../configure --enable-gtk3=$GTK3 || { cat config.log; exit 1; } ; } && { ../configure $CONFIGURE_FLAGS || { cat config.log; exit 1; } ; } &&
make -j2 && make -j2 &&
make -j2 check; make -j2 check &&
make -j2 distcheck DISTCHECK_CONFIGURE_FLAGS="$CONFIGURE_FLAGS";
fi fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment