Remove and disable some Windows CI jobs
This commit is contained in:
parent
35fff7168b
commit
39feb0bdc2
@ -43,17 +43,6 @@ before_script:
|
|||||||
- cargo check --no-default-features --features lobby --verbose
|
- cargo check --no-default-features --features lobby --verbose
|
||||||
check:
|
check:
|
||||||
<<: *check-base
|
<<: *check-base
|
||||||
check-windows:
|
|
||||||
stage: check
|
|
||||||
tags:
|
|
||||||
- windows
|
|
||||||
allow_failure: true
|
|
||||||
cache: {}
|
|
||||||
<<: *before_script-windows
|
|
||||||
script:
|
|
||||||
- cargo check --locked --verbose
|
|
||||||
- cargo check --locked --no-default-features --features rcon --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:
|
||||||
@ -185,20 +174,19 @@ test-cargo-x86_64-linux-gnu:
|
|||||||
- 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 lobby --verbose
|
||||||
|
|
||||||
# Run the unit tests through Cargo on Windows
|
# # Run the unit tests through Cargo on Windows
|
||||||
test-cargo-x86_64-windows:
|
# test-cargo-x86_64-windows:
|
||||||
stage: test
|
# stage: test
|
||||||
tags:
|
# tags:
|
||||||
- windows
|
# - windows
|
||||||
allow_failure: true
|
# allow_failure: true
|
||||||
needs: []
|
# needs: []
|
||||||
dependencies: []
|
# dependencies: []
|
||||||
cache: {}
|
# <<: *before_script-windows
|
||||||
<<: *before_script-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 rcon,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