[geany/geany] 499ca1: travis: Add binreloc to the build matrix

Colomban Wendling git-noreply at xxxxx
Sun Dec 2 22:13:48 UTC 2018


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Sun, 02 Dec 2018 22:13:48 UTC
Commit:      499ca112f57aa989ec3a1a2ebffa47651b19b18c
             https://github.com/geany/geany/commit/499ca112f57aa989ec3a1a2ebffa47651b19b18c

Log Message:
-----------
travis: Add binreloc to the build matrix


Modified Paths:
--------------
    .travis.yml

Modified: .travis.yml
8 lines changed, 5 insertions(+), 3 deletions(-)
===================================================================
@@ -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; } ; } &&



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list