mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-22 09:35:56 +00:00
Pass command line options to finish installation.
This commit is contained in:
parent
ec3cb01739
commit
87a1035a12
|
@ -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
|
- .\rustup-init.exe -y --default-host=x86_64-pc-windows-msvc
|
||||||
- refreshenv
|
- refreshenv
|
||||||
- cargo build --release --target x86_64-pc-windows-msvc
|
- cargo build --release --target x86_64-pc-windows-msvc
|
||||||
- move target windows
|
- move target windows
|
||||||
|
|
Loading…
Reference in New Issue
Block a user