Pass command line options to finish installation.

This commit is contained in:
Nolan Darilek 2020-03-27 08:51:48 -05:00
parent ec3cb01739
commit 87a1035a12

View File

@ -24,7 +24,7 @@ build windows:
script:
- choco install -y llvm
- wget https://win.rustup.rs/x86_64 -O rustup-init.exe
- .\rustup-init.exe
- .\rustup-init.exe -y --default-host=x86_64-pc-windows-msvc
- refreshenv
- cargo build --release --target x86_64-pc-windows-msvc
- move target windows