Fix Windows CI builds having incorrect feature configuration

This commit is contained in:
timvisee 2021-11-25 15:04:21 +01:00
parent 4d774cd254
commit 3e7e5c4c03
No known key found for this signature in database
GPG Key ID: B8DB720BC383E172

View File

@ -69,7 +69,7 @@ check-windows:
script: script:
- cargo check --locked --verbose - cargo check --locked --verbose
- cargo check --locked --no-default-features --features rcon --verbose - cargo check --locked --no-default-features --features rcon --verbose
- cargo check --locked --no-default-features --features lobby --verbose - cargo check --locked --no-default-features --features rcon,lobby --verbose
# Build using Rust stable on Linux # Build using Rust stable on Linux
build-x86_64-linux-gnu: build-x86_64-linux-gnu:
@ -247,7 +247,7 @@ test-cargo-x86_64-windows:
script: script:
- cargo test --locked --verbose - cargo test --locked --verbose
- cargo test --locked --no-default-features --features rcon --verbose - cargo test --locked --no-default-features --features rcon --verbose
- cargo test --locked --no-default-features --features lobby --verbose - cargo test --locked --no-default-features --features rcon,lobby --verbose
# Release binaries on GitLab as generic package # Release binaries on GitLab as generic package
release-gitlab-generic-package: release-gitlab-generic-package: