add needs

This commit is contained in:
Syping 2020-07-02 23:39:48 +02:00
parent a02d0901f1
commit 816305e70d
1 changed files with 6 additions and 0 deletions

View File

@ -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