Skip to content

Commit

Permalink
Reduce Windows CI to just stable Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Dec 18, 2019
1 parent 401678e commit b029b4e
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,37 +7,12 @@ environment:
CHANNEL: stable
RUSTFLAGS: --cfg rayon_unstable

- TARGET: x86_64-pc-windows-gnu
CHANNEL: beta
- TARGET: x86_64-pc-windows-gnu
CHANNEL: beta
RUSTFLAGS: --cfg rayon_unstable

- TARGET: x86_64-pc-windows-gnu
CHANNEL: nightly
- TARGET: x86_64-pc-windows-gnu
CHANNEL: nightly
RUSTFLAGS: --cfg rayon_unstable


- TARGET: x86_64-pc-windows-msvc
CHANNEL: stable
- TARGET: x86_64-pc-windows-msvc
CHANNEL: stable
RUSTFLAGS: --cfg rayon_unstable

- TARGET: x86_64-pc-windows-msvc
CHANNEL: beta
- TARGET: x86_64-pc-windows-msvc
CHANNEL: beta
RUSTFLAGS: --cfg rayon_unstable

- TARGET: x86_64-pc-windows-msvc
CHANNEL: nightly
- TARGET: x86_64-pc-windows-msvc
CHANNEL: nightly
RUSTFLAGS: --cfg rayon_unstable

install:
- curl -sSf -o rustup-init.exe https://win.rustup.rs
- rustup-init.exe --default-host %TARGET% --default-toolchain %CHANNEL% -y
Expand Down

0 comments on commit b029b4e

Please sign in to comment.