fix qmake-static command at wrong place

This commit is contained in:
Syping 2019-10-07 02:20:32 +02:00
parent 0aba24cf44
commit 6d6f8c11b7

View file

@ -10,7 +10,7 @@ luaengine:
script: script:
- mkdir -p build - mkdir -p build
- cd build - cd build
- qmake-static CONFIG+=WITH_LUAENGINERUN ../luaengineapp.pro - qmake CONFIG+=WITH_LUAENGINERUN ../luaengineapp.pro
- make ${nproc --all} - make ${nproc --all}
- cp -Rf src/luaengineapp/release/luaengine.exe ../ - cp -Rf src/luaengineapp/release/luaengine.exe ../
- cd .. - cd ..