mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
where are things checked out
This commit is contained in:
parent
5546e6d4ba
commit
fc6f23565d
@ -5,8 +5,12 @@ code-quality:
|
||||
script:
|
||||
- ln -s /dockercache/cache-all target
|
||||
- rm -r target/debug/incremental/veloren_* || echo "all good" # TMP FIX FOR 2021-03-22-nightly
|
||||
- cargo clippy --all-targets --locked -- -D warnings
|
||||
- cargo fmt --all -- --check
|
||||
- pwd
|
||||
- ls ./
|
||||
- ls /dockercache/veloren
|
||||
- cat assets/voxygen/element/v_logo.png | head -n 3
|
||||
#- cargo clippy --all-targets --locked -- -D warnings
|
||||
#- cargo fmt --all -- --check
|
||||
|
||||
security:
|
||||
extends: .recompile-branch
|
||||
|
Loading…
Reference in New Issue
Block a user