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:
|
tags:
|
||||||
- veloren-docker
|
- veloren-docker
|
||||||
script:
|
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:
|
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 && cargo rustc -v --features="discord" --manifest-path voxygen/Cargo.toml -- -D warnings)
|
||||||
|
|
||||||
#############
|
#############
|
||||||
# TEST
|
# TEST
|
||||||
|
Loading…
Reference in New Issue
Block a user