Kaydet (Commit) 499ca112 authored tarafından Colomban Wendling's avatar Colomban Wendling

travis: Add binreloc to the build matrix

üst 9542d574
......@@ -5,8 +5,10 @@ dist: trusty
compiler:
- gcc
env:
- GTK3=no
- GTK3=yes
- GTK3=no BINRELOC=no
- GTK3=yes BINRELOC=no
- GTK3=no BINRELOC=yes
- GTK3=yes BINRELOC=yes
- GTK3=no MINGW=yes
- GTK3=yes MINGW=yes
before_install:
......@@ -31,7 +33,7 @@ script:
unset CC CXX;
sh ./scripts/cross-build-mingw.sh $arg;
else
CONFIGURE_FLAGS="--enable-gtk3=$GTK3";
CONFIGURE_FLAGS="--enable-gtk3=$GTK3 --enable-binreloc=$BINRELOC";
mkdir _build &&
cd _build &&
{ ../configure $CONFIGURE_FLAGS || { cat config.log; exit 1; } ; } &&
......
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