Skip to content
Snippets Groups Projects
Commit 497d90ee authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Let's try caching sbbs-linux build artifacts now.

parent 83ba6a57
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,13 @@ sbbs-linux:
tags: [Linux]
image: gcc
stage: build
cache:
paths:
- "**/*.o"
- "**/*.d"
- "**/*.a"
- "**/*.so"
- "3rdp/gcc.linux.x64.release/"
script:
- cd src/sbbs3
- make RELEASE=1 all
......@@ -44,8 +51,8 @@ sbbs-windows:
paths:
- "**/*.obj"
- "**/*.lib"
- "**/*.release/*"
- "**/*.release_mt/*"
- "**/*.release/"
- "**/*.release_mt/"
script:
- cd src/xpdev
- make
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment