From 032fa1f84ce2cdf67d6b85b4a18889e5c2b98b93 Mon Sep 17 00:00:00 2001 From: probonopd Date: Sun, 10 Nov 2019 21:43:56 +0000 Subject: [PATCH] Last try, bleeding-edge Qt *and* bleeding-edge extra compiler options https://github.com/VioletGiraffe/file-commander/issues/246#issuecomment-552237482 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c90a94f9..3b6391a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"