Skip to content

Commit

Permalink
travis: Add binreloc to the build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
b4n committed Dec 2, 2018
1 parent 9542d57 commit 499ca11
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Expand Up @@ -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:
Expand All @@ -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; } ; } &&
Expand Down

0 comments on commit 499ca11

Please sign in to comment.