mirror of
https://gitlab.com/Syping/luaengineapp.git
synced 2024-11-05 05:26:55 +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"
|
||||
- "LuaEngineIO.dll"
|
||||
- "LuaEngineOS.dll"
|
||||
needs: []
|
||||
|
||||
LuaEngine Debian amd64:
|
||||
stage: runtime
|
||||
|
@ -43,6 +44,7 @@ LuaEngine Debian amd64:
|
|||
artifacts:
|
||||
paths:
|
||||
- "luaengine_*.deb"
|
||||
needs: []
|
||||
|
||||
LuaEngine PE Windows:
|
||||
stage: portable
|
||||
|
@ -59,6 +61,7 @@ LuaEngine PE Windows:
|
|||
artifacts:
|
||||
paths:
|
||||
- "windows.le"
|
||||
needs: []
|
||||
|
||||
LuaEngine Setup:
|
||||
stage: deploy
|
||||
|
@ -74,3 +77,6 @@ LuaEngine Setup:
|
|||
dependencies:
|
||||
- LuaEngine Windows
|
||||
- LuaEngine PE Windows
|
||||
needs:
|
||||
- LuaEngine Windows
|
||||
- LuaEngine PE Windows
|
||||
|
|
Loading…
Reference in a new issue