travis: Add binreloc to the build matrix
This commit is contained in:
parent
9542d574c2
commit
499ca112f5
@ -5,8 +5,10 @@ dist: trusty
|
|||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
env:
|
env:
|
||||||
- GTK3=no
|
- GTK3=no BINRELOC=no
|
||||||
- GTK3=yes
|
- GTK3=yes BINRELOC=no
|
||||||
|
- GTK3=no BINRELOC=yes
|
||||||
|
- GTK3=yes BINRELOC=yes
|
||||||
- GTK3=no MINGW=yes
|
- GTK3=no MINGW=yes
|
||||||
- GTK3=yes MINGW=yes
|
- GTK3=yes MINGW=yes
|
||||||
before_install:
|
before_install:
|
||||||
@ -31,7 +33,7 @@ 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";
|
CONFIGURE_FLAGS="--enable-gtk3=$GTK3 --enable-binreloc=$BINRELOC";
|
||||||
mkdir _build &&
|
mkdir _build &&
|
||||||
cd _build &&
|
cd _build &&
|
||||||
{ ../configure $CONFIGURE_FLAGS || { cat config.log; exit 1; } ; } &&
|
{ ../configure $CONFIGURE_FLAGS || { cat config.log; exit 1; } ; } &&
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user