Browse Source

change Travis build config

Le Tan 8 years ago
parent
commit
9a26fb68b5
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .travis_linux.sh
  2. 1 1
      .travis_macos.sh

+ 1 - 1
.travis_linux.sh

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

+ 1 - 1
.travis_macos.sh

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