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

Experiment with CI caching again another day...

parent e1b28638
No related branches found
No related tags found
No related merge requests found
...@@ -2,9 +2,6 @@ sbbs-linux: ...@@ -2,9 +2,6 @@ sbbs-linux:
tags: [Linux] tags: [Linux]
image: gcc image: gcc
stage: build stage: build
cache:
paths:
- "3rdp/gcc.linux.x64.release/"
script: script:
- cd src/sbbs3 - cd src/sbbs3
- make RELEASE=1 all - make RELEASE=1 all
...@@ -43,12 +40,6 @@ syncterm-linux: ...@@ -43,12 +40,6 @@ syncterm-linux:
sbbs-windows: sbbs-windows:
tags: [Windows] tags: [Windows]
stage: build stage: build
cache:
paths:
- "**/*.obj"
- "**/*.lib"
- "**/*.release/"
- "**/*.release_mt/"
script: script:
- cd src/xpdev - cd src/xpdev
- make - make
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment