mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fix CI problems
This commit is contained in:
parent
6a5331e8ab
commit
d847fc2fc6
@ -33,6 +33,7 @@ before_script:
|
|||||||
- git lfs fetch;
|
- git lfs fetch;
|
||||||
- git lfs checkout;
|
- git lfs checkout;
|
||||||
- git status
|
- git status
|
||||||
|
- rustup -v show
|
||||||
- if [ -d target ]; then
|
- if [ -d target ]; then
|
||||||
ls -la target;
|
ls -la target;
|
||||||
fi;
|
fi;
|
||||||
@ -102,14 +103,15 @@ clean-code:
|
|||||||
# - cargo tarpaulin --all
|
# - cargo tarpaulin --all
|
||||||
# allow_failure: true
|
# allow_failure: true
|
||||||
|
|
||||||
|
# For now, Clippy will just care about performance improvements as much of the
|
||||||
|
# codebase is not in a place that cleaning warnings will be benificial
|
||||||
clippy:
|
clippy:
|
||||||
stage: post-build
|
stage: post-build
|
||||||
image: registry.gitlab.com/veloren/veloren-docker-ci
|
image: registry.gitlab.com/veloren/veloren-docker-ci
|
||||||
tags:
|
tags:
|
||||||
- veloren-docker
|
- veloren-docker
|
||||||
script:
|
script:
|
||||||
- cargo clippy --all -- -D clippy || echo "This job is disabled, because we are not activly using it now, so we dont want to see yellow failed partly"
|
- cargo clippy -- -W clippy::all
|
||||||
allow_failure: true
|
|
||||||
|
|
||||||
#############
|
#############
|
||||||
# Commit build
|
# Commit build
|
||||||
|
@ -1 +1 @@
|
|||||||
nightly
|
nightly-2019-07-03
|
||||||
|
Loading…
Reference in New Issue
Block a user