compile now luaenginerun too

This commit is contained in:
Syping 2019-09-25 14:29:52 +02:00
parent c51239a3fa
commit 847c3f2176
1 changed files with 3 additions and 1 deletions

View File

@ -12,8 +12,10 @@ Windows Portable:
- qmake-static ../luaengineapp.pro
- make -j4
- cp -Rf src/luaengineapp/release/luaengineapp.exe ../
- cp -Rf src/luaenginerun/release/luaengine.exe ../
- cd ..
artifacts:
name: "luaengineapp-$CI_COMMIT_REF_NAME-${CI_COMMIT_SHA:0:8}"
name: "luaengine-$CI_COMMIT_REF_NAME-${CI_COMMIT_SHA:0:8}"
paths:
- "luaengine.exe"
- "luaengineapp.exe"