Skip to content
Permalink
3e61b3a
|
install: |
|
- ps: Start-FileDownload 'https://static.rust-lang.org/dist/rust-nightly-i686-pc-windows-gnu.exe' |
|
- rust-nightly-i686-pc-windows-gnu.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust" |
|
- SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin |
|
- rustc -V |
|
- cargo -V |
|
- git submodule update --init --recursive |
|
|
|
build_script: |
|
- cmd: make all |
Something went wrong with that request. Please try again.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.