mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Test add Discord feature to build
This commit is contained in:
parent
07754b0a79
commit
377c80192f
@ -48,7 +48,7 @@ build-voxygen:
|
||||
tags:
|
||||
- veloren-docker
|
||||
script:
|
||||
- (cd voxygen && cargo rustc -v -- -D warnings)
|
||||
- (cd voxygen && cargo rustc -v --features="discord" --manifest-path voxygen/Cargo.toml -- -D warnings)
|
||||
|
||||
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 && cargo rustc -v --features="discord" --manifest-path voxygen/Cargo.toml -- -D warnings)
|
||||
|
||||
#############
|
||||
# TEST
|
||||
|
Loading…
Reference in New Issue
Block a user