Newer
Older
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
- rustup-init -yv --default-toolchain stable --default-host %TARGET%
- rustc -V
- cargo -V
build: false
test_script:
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
- rustup-init -yv --default-toolchain stable --default-host %TARGET%
- rustc -V
- cargo -V
build: false
test_script: