Skip to content

Commit

Permalink
travis: further build attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
mcallegari committed Mar 6, 2018
1 parent d3646d9 commit 378e473
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ $QMAKE CONFIG+=coverage QMAKE_CXX=$CXX QMAKE_CC=$CC QMAKE_LINK=$CXX QMAKE_LINK_S
exit $?
fi
if [ "$TASK" = "appimage" ]; then
$QMAKE QMAKE_CXX="$CXX" QMAKE_CC="$CC" QMAKE_LINK="$CXX" QMAKE_LINK_SHLIB="$CXX" CONFIG+=appimage CONFIG+=qmlui && make
$QMAKE CONFIG+=appimage CONFIG+=qmlui QMAKE_CXX=$CXX QMAKE_CC=$CC QMAKE_LINK=$CXX QMAKE_LINK_SHLIB=$CXX && make
exit $?
fi
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ cache:

before_install:
- if [ "$QT" = "qt4" ]; then export QMAKE=qmake; fi
- if [ "$TASK" = "compile" ] && [ "$QT" = "qt5" ]; then export QMAKE=/opt/qt56/bin/qmake; fi
- if [ "$TASK" = "appimage" ]; then export QMAKE=/opt/qt59/bin/qmake; fi
- if [ "$QT" = "qt5" ]; then export QMAKE=/opt/qt56/bin/qmake; fi
- if [ "$QT" = "qt5qml" ]; then export QMAKE=/opt/qt59/bin/qmake; fi
- if [ "$TASK" = "coverage" ]; then gem install coveralls-lcov; fi
#Report the qmake version
- $QMAKE -v
Expand Down

0 comments on commit 378e473

Please sign in to comment.