• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

rayonパッケージ


Commit MetaInfo

Revisiónb029b4e2d0a25bea7c95ea1ad3df820e35ab5446 (tree)
Tiempo2019-12-19 06:02:22
AutorJosh Stone <cuviper@gmai...>
CommiterJosh Stone

Log Message

Reduce Windows CI to just stable Rust

Cambiar Resumen

Diferencia incremental

--- a/appveyor.yml
+++ b/appveyor.yml
@@ -7,37 +7,12 @@ environment:
77 CHANNEL: stable
88 RUSTFLAGS: --cfg rayon_unstable
99
10- - TARGET: x86_64-pc-windows-gnu
11- CHANNEL: beta
12- - TARGET: x86_64-pc-windows-gnu
13- CHANNEL: beta
14- RUSTFLAGS: --cfg rayon_unstable
15-
16- - TARGET: x86_64-pc-windows-gnu
17- CHANNEL: nightly
18- - TARGET: x86_64-pc-windows-gnu
19- CHANNEL: nightly
20- RUSTFLAGS: --cfg rayon_unstable
21-
22-
2310 - TARGET: x86_64-pc-windows-msvc
2411 CHANNEL: stable
2512 - TARGET: x86_64-pc-windows-msvc
2613 CHANNEL: stable
2714 RUSTFLAGS: --cfg rayon_unstable
2815
29- - TARGET: x86_64-pc-windows-msvc
30- CHANNEL: beta
31- - TARGET: x86_64-pc-windows-msvc
32- CHANNEL: beta
33- RUSTFLAGS: --cfg rayon_unstable
34-
35- - TARGET: x86_64-pc-windows-msvc
36- CHANNEL: nightly
37- - TARGET: x86_64-pc-windows-msvc
38- CHANNEL: nightly
39- RUSTFLAGS: --cfg rayon_unstable
40-
4116 install:
4217 - curl -sSf -o rustup-init.exe https://win.rustup.rs
4318 - rustup-init.exe --default-host %TARGET% --default-toolchain %CHANNEL% -y