mirror of
https://gitlab.com/Syping/luaengineapp.git
synced 2024-11-05 05:26:55 +01:00
compile now luaenginerun too
This commit is contained in:
parent
c51239a3fa
commit
847c3f2176
1 changed files with 3 additions and 1 deletions
|
@ -12,8 +12,10 @@ Windows Portable:
|
||||||
- qmake-static ../luaengineapp.pro
|
- qmake-static ../luaengineapp.pro
|
||||||
- make -j4
|
- make -j4
|
||||||
- cp -Rf src/luaengineapp/release/luaengineapp.exe ../
|
- cp -Rf src/luaengineapp/release/luaengineapp.exe ../
|
||||||
|
- cp -Rf src/luaenginerun/release/luaengine.exe ../
|
||||||
- cd ..
|
- cd ..
|
||||||
artifacts:
|
artifacts:
|
||||||
name: "luaengineapp-$CI_COMMIT_REF_NAME-${CI_COMMIT_SHA:0:8}"
|
name: "luaengine-$CI_COMMIT_REF_NAME-${CI_COMMIT_SHA:0:8}"
|
||||||
paths:
|
paths:
|
||||||
|
- "luaengine.exe"
|
||||||
- "luaengineapp.exe"
|
- "luaengineapp.exe"
|
||||||
|
|
Loading…
Reference in a new issue