Skip to content

Commit

Permalink
Last try, bleeding-edge Qt *and* bleeding-edge extra compiler options
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Nov 10, 2019
1 parent c9f7d86 commit 032fa1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ install:
- source /opt/qt*/bin/qt*-env.sh

script:
- qmake CONFIG+=release PREFIX=/usr # "QMAKE_CXXFLAGS += -std=c++1z"
- qmake CONFIG+=release PREFIX=/usr "QMAKE_CXXFLAGS += -std=c++1z"
- make -j$(nproc)
- make INSTALL_ROOT=appdir -j$(nproc) install ; find appdir/
- wget -c -nv "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"
Expand Down

0 comments on commit 032fa1f

Please sign in to comment.