mirror of
https://gitlab.com/Syping/luaengineapp.git
synced 2024-11-05 05:26:55 +01:00
fix qmake-static command at wrong place
This commit is contained in:
parent
0aba24cf44
commit
6d6f8c11b7
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ luaengine:
|
|||
script:
|
||||
- mkdir -p build
|
||||
- cd build
|
||||
- qmake-static CONFIG+=WITH_LUAENGINERUN ../luaengineapp.pro
|
||||
- qmake CONFIG+=WITH_LUAENGINERUN ../luaengineapp.pro
|
||||
- make ${nproc --all}
|
||||
- cp -Rf src/luaengineapp/release/luaengine.exe ../
|
||||
- cd ..
|
||||
|
|
Loading…
Reference in a new issue