mirror of
https://gitlab.com/Syping/luaengineapp.git
synced 2024-12-22 11:55:29 +01:00
add needs
This commit is contained in:
parent
a02d0901f1
commit
816305e70d
1 changed files with 6 additions and 0 deletions
|
@ -28,6 +28,7 @@ LuaEngine Windows:
|
||||||
- "LuaEngineGui.dll"
|
- "LuaEngineGui.dll"
|
||||||
- "LuaEngineIO.dll"
|
- "LuaEngineIO.dll"
|
||||||
- "LuaEngineOS.dll"
|
- "LuaEngineOS.dll"
|
||||||
|
needs: []
|
||||||
|
|
||||||
LuaEngine Debian amd64:
|
LuaEngine Debian amd64:
|
||||||
stage: runtime
|
stage: runtime
|
||||||
|
@ -43,6 +44,7 @@ LuaEngine Debian amd64:
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- "luaengine_*.deb"
|
- "luaengine_*.deb"
|
||||||
|
needs: []
|
||||||
|
|
||||||
LuaEngine PE Windows:
|
LuaEngine PE Windows:
|
||||||
stage: portable
|
stage: portable
|
||||||
|
@ -59,6 +61,7 @@ LuaEngine PE Windows:
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- "windows.le"
|
- "windows.le"
|
||||||
|
needs: []
|
||||||
|
|
||||||
LuaEngine Setup:
|
LuaEngine Setup:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
@ -74,3 +77,6 @@ LuaEngine Setup:
|
||||||
dependencies:
|
dependencies:
|
||||||
- LuaEngine Windows
|
- LuaEngine Windows
|
||||||
- LuaEngine PE Windows
|
- LuaEngine PE Windows
|
||||||
|
needs:
|
||||||
|
- LuaEngine Windows
|
||||||
|
- LuaEngine PE Windows
|
||||||
|
|
Loading…
Reference in a new issue