mirror of
https://github.com/timvisee/lazymc.git
synced 2025-05-19 04:40:22 -07:00
Fix Windows CI builds having incorrect feature configuration
This commit is contained in:
parent
4d774cd254
commit
3e7e5c4c03
@ -69,7 +69,7 @@ check-windows:
|
||||
script:
|
||||
- cargo check --locked --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-x86_64-linux-gnu:
|
||||
@ -247,7 +247,7 @@ test-cargo-x86_64-windows:
|
||||
script:
|
||||
- cargo test --locked --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-gitlab-generic-package:
|
||||
|
Loading…
x
Reference in New Issue
Block a user