mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 13:59:52 +08:00
change Travis build config
This commit is contained in:
parent
db17c61423
commit
9a26fb68b5
@ -11,7 +11,7 @@ cd ${project_dir}
|
|||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
qmake -v
|
qmake -v
|
||||||
qmake -config release -spec linux-g++-64 ../VNote.pro
|
qmake CONFIG-=debug CONFIG+=release -spec linux-g++-64 ../VNote.pro
|
||||||
make
|
make
|
||||||
|
|
||||||
mkdir -p distrib/VNote
|
mkdir -p distrib/VNote
|
||||||
|
@ -13,7 +13,7 @@ cd ${project_dir}
|
|||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
qmake -v
|
qmake -v
|
||||||
qmake -config release ../VNote.pro
|
qmake CONFIG-=debug CONFIG+=release ../VNote.pro
|
||||||
make -j2
|
make -j2
|
||||||
|
|
||||||
git clone https://github.com/aurelien-rainone/macdeployqtfix.git
|
git clone https://github.com/aurelien-rainone/macdeployqtfix.git
|
||||||
|
Loading…
x
Reference in New Issue
Block a user