Fix Windows CI builds having incorrect feature configuration
This commit is contained in:
parent
4d774cd254
commit
3e7e5c4c03
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user