Can we build this on Rust nightly?

This commit is contained in:
Nolan Darilek 2020-04-10 10:25:16 -05:00
parent 2bb87b6312
commit f88f26cd1e

View File

@ -24,7 +24,7 @@ build windows:
script: script:
- choco install -y llvm - choco install -y llvm
- wget https://win.rustup.rs/x86_64 -O rustup-init.exe - wget https://win.rustup.rs/x86_64 -O rustup-init.exe
- .\rustup-init.exe -y --default-host=x86_64-pc-windows-msvc - .\rustup-init.exe -y --default-host=x86_64-pc-windows-msvc --default-toolchain nightly
- $env:PATH+=";$env:USERPROFILE\.cargo\bin" - $env:PATH+=";$env:USERPROFILE\.cargo\bin"
- refreshenv - refreshenv
- cargo build --release --target x86_64-pc-windows-msvc - cargo build --release --target x86_64-pc-windows-msvc