Remove and disable some Windows CI jobs

This commit is contained in:
timvisee 2023-01-25 20:35:27 +01:00
parent 35fff7168b
commit 39feb0bdc2
No known key found for this signature in database
GPG Key ID: B8DB720BC383E172

View File

@ -43,17 +43,6 @@ before_script:
- cargo check --no-default-features --features lobby --verbose
check:
<<: *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-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 lobby --verbose
# Run the unit tests through Cargo on Windows
test-cargo-x86_64-windows:
stage: test
tags:
- windows
allow_failure: true
needs: []
dependencies: []
cache: {}
<<: *before_script-windows
script:
- cargo test --locked --verbose
- cargo test --locked --no-default-features --features rcon --verbose
- cargo test --locked --no-default-features --features rcon,lobby --verbose
# # Run the unit tests through Cargo on Windows
# test-cargo-x86_64-windows:
# stage: test
# tags:
# - windows
# allow_failure: true
# needs: []
# dependencies: []
# <<: *before_script-windows
# script:
# - cargo test --locked --verbose
# - cargo test --locked --no-default-features --features rcon --verbose
# - cargo test --locked --no-default-features --features rcon,lobby --verbose
# Release binaries on GitLab as generic package
release-gitlab-generic-package: