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;
|
fi;
|
||||||
|
|
||||||
#############
|
#############
|
||||||
# BUILD
|
# Build
|
||||||
#############
|
#############
|
||||||
|
|
||||||
build-voxygen:
|
build-voxygen:
|
||||||
@ -48,7 +48,7 @@ build-voxygen:
|
|||||||
tags:
|
tags:
|
||||||
- veloren-docker
|
- veloren-docker
|
||||||
script:
|
script:
|
||||||
- (cd voxygen && cargo rustc -v -- -D warnings)
|
- (cd voxygen && RUSTFLAGS="-D warnings" cargo check)
|
||||||
|
|
||||||
build-server-cli:
|
build-server-cli:
|
||||||
stage: build
|
stage: build
|
||||||
@ -56,7 +56,7 @@ build-server-cli:
|
|||||||
tags:
|
tags:
|
||||||
- veloren-docker
|
- veloren-docker
|
||||||
script:
|
script:
|
||||||
- (cd server-cli && cargo rustc -v -- -D warnings)
|
- (cd server-cli && RUSTFLAGS="-D warnings" cargo check)
|
||||||
|
|
||||||
#############
|
#############
|
||||||
# TEST
|
# TEST
|
||||||
|
Loading…
Reference in New Issue
Block a user