diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ec4559c..1ee8de1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -140,27 +140,6 @@ release:linux:nightly: - docker allow_failure: true -build:windows:stable: - stage: build - variables: - RUST_TOOLCHAIN: stable-x86_64-pc-windows-gnu - script: - - rustup update - - rustup run %RUST_TOOLCHAIN% rustc -Vv - - rustup run %RUST_TOOLCHAIN% cargo -Vv - - rustup run %RUST_TOOLCHAIN% cargo build - artifacts: - expire_in: 4 hours - paths: - - target/debug/ - only: - - master - - develop - tags: - - rust - - windows - allow_failure: false - test:windows:stable: stage: test variables: @@ -176,8 +155,6 @@ test:windows:stable: tags: - rust - windows - dependencies: - - build:windows:stable allow_failure: false release:windows:stable: