mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Deny all wanings, only use check in CI
This commit is contained in:
parent
1f859111c4
commit
e1eccb18fd
@ -39,7 +39,7 @@ before_script:
|
||||
fi;
|
||||
|
||||
#############
|
||||
# BUILD
|
||||
# Build
|
||||
#############
|
||||
|
||||
build-voxygen:
|
||||
@ -48,7 +48,7 @@ build-voxygen:
|
||||
tags:
|
||||
- veloren-docker
|
||||
script:
|
||||
- (cd voxygen && cargo rustc -v -- -D warnings)
|
||||
- (cd voxygen && RUSTFLAGS="-D warnings" cargo check)
|
||||
|
||||
build-server-cli:
|
||||
stage: build
|
||||
@ -56,7 +56,7 @@ build-server-cli:
|
||||
tags:
|
||||
- veloren-docker
|
||||
script:
|
||||
- (cd server-cli && cargo rustc -v -- -D warnings)
|
||||
- (cd server-cli && RUSTFLAGS="-D warnings" cargo check)
|
||||
|
||||
#############
|
||||
# TEST
|
||||
|
Loading…
Reference in New Issue
Block a user