From 377c80192f1bfda485edb8f30f89e90c2cb89bb2 Mon Sep 17 00:00:00 2001 From: Forest Anderson Date: Sun, 7 Jul 2019 08:30:53 -0400 Subject: [PATCH] Test add Discord feature to build --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1a75e5ea40..458008c91e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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