[geany/geany] 9542d5: travis: Run distcheck

Colomban Wendling git-noreply at xxxxx
Sun Dec 2 21:58:20 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 21:58:20 UTC
Commit:      9542d574c2fbe3a5bbf14195a0f3d413ad8a0d7a
             https://github.com/geany/geany/commit/9542d574c2fbe3a5bbf14195a0f3d413ad8a0d7a

Log Message:
-----------
travis: Run distcheck


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

Modified: .travis.yml
6 lines changed, 4 insertions(+), 2 deletions(-)
===================================================================
@@ -31,9 +31,11 @@ script:
       unset CC CXX;
       sh ./scripts/cross-build-mingw.sh $arg;
     else
+      CONFIGURE_FLAGS="--enable-gtk3=$GTK3";
       mkdir _build                        &&
       cd _build                           &&
-      { ../configure --enable-gtk3=$GTK3 || { cat config.log; exit 1; } ; } &&
+      { ../configure $CONFIGURE_FLAGS || { cat config.log; exit 1; } ; } &&
       make -j2                            &&
-      make -j2 check;
+      make -j2 check                      &&
+      make -j2 distcheck DISTCHECK_CONFIGURE_FLAGS="$CONFIGURE_FLAGS";
     fi



--------------
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