mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'xMAC94x/fix-cache-check' into 'master'
fix CI cache for cargo check See merge request veloren/veloren!1688
This commit is contained in:
commit
11deb97d5a
@ -32,7 +32,8 @@ before_script:
|
||||
- export DISABLE_GIT_LFS_CHECK=true
|
||||
- export VELOREN_ASSETS="$(pwd)/assets"
|
||||
- echo "VELOREN_ASSETS=$VELOREN_ASSETS"
|
||||
- rm -rf target || echo "some quickfix, idk why needed"
|
||||
- export RUSTFLAGS="-D warnings"
|
||||
- rm -rf target || echo "it seems that sometimes OLD data is left over"
|
||||
|
||||
workflow:
|
||||
rules:
|
||||
|
@ -3,8 +3,8 @@ check:
|
||||
stage: check
|
||||
script:
|
||||
- ln -s /dockercache/cache-all target
|
||||
- RUSTFLAGS="-D warnings" cargo check --locked
|
||||
- RUSTFLAGS="-D warnings" cargo check --examples --locked
|
||||
- cargo check --locked
|
||||
- cargo check --examples --locked
|
||||
|
||||
code-quality:
|
||||
extends: .recompile-branch
|
||||
|
Loading…
Reference in New Issue
Block a user