change Travis build config

This commit is contained in:
Le Tan 2017-03-31 21:48:03 +08:00
parent db17c61423
commit 9a26fb68b5
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ cd ${project_dir}
mkdir build
cd build
qmake -v
qmake -config release -spec linux-g++-64 ../VNote.pro
qmake CONFIG-=debug CONFIG+=release -spec linux-g++-64 ../VNote.pro
make
mkdir -p distrib/VNote

View File

@ -13,7 +13,7 @@ cd ${project_dir}
mkdir build
cd build
qmake -v
qmake -config release ../VNote.pro
qmake CONFIG-=debug CONFIG+=release ../VNote.pro
make -j2
git clone https://github.com/aurelien-rainone/macdeployqtfix.git