Update .gitlab-ci.yml file
This commit is contained in:
@@ -26,11 +26,11 @@ build:
|
|||||||
paths:
|
paths:
|
||||||
- godot/bin/godot.x11.opt.tools.64
|
- godot/bin/godot.x11.opt.tools.64
|
||||||
# depending on your build setup it's most likely a good idea to cache outputs to reduce the build time
|
# depending on your build setup it's most likely a good idea to cache outputs to reduce the build time
|
||||||
cache:
|
cache:
|
||||||
paths:
|
paths:
|
||||||
- "*.o"
|
- "*.o"
|
||||||
- "*.a"
|
- "*.a"
|
||||||
- "godot/editor/libeditor.x11.opt.tools.64.a"
|
- "godot/editor/libeditor.x11.opt.tools.64.a"
|
||||||
|
|
||||||
# run tests using the binary built before
|
# run tests using the binary built before
|
||||||
#test:
|
#test:
|
||||||
|
|||||||
Reference in New Issue
Block a user