Update .gitlab-ci.yml file

This commit is contained in:
2021-07-31 01:03:14 +00:00
parent aaf976c613
commit 3df4aaa03e

View File

@@ -26,11 +26,11 @@ build:
paths:
- 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
cache:
paths:
- "*.o"
- "*.a"
- "godot/editor/libeditor.x11.opt.tools.64.a"
cache:
paths:
- "*.o"
- "*.a"
- "godot/editor/libeditor.x11.opt.tools.64.a"
# run tests using the binary built before
#test: