mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-17 17:41:57 +00:00
Update .gitlab-ci.yml file
fix ccache path
This commit is contained in:
parent
219691895d
commit
0f2d3e9134
1 changed files with 2 additions and 2 deletions
|
@ -31,9 +31,9 @@ build-job: # This job runs in the build stage, which runs first.
|
||||||
cache:
|
cache:
|
||||||
- key:
|
- key:
|
||||||
files:
|
files:
|
||||||
- .ccache/stats
|
- .cache/ccache/stats
|
||||||
paths:
|
paths:
|
||||||
- .ccache/
|
- .cache/ccache/
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- "bin/*"
|
- "bin/*"
|
||||||
|
|
Loading…
Reference in a new issue