2015-05-30 15:25:16 +00:00
|
|
|
install:
|
2017-03-18 14:25:24 +00:00
|
|
|
- ps: Start-FileDownload 'https://static.rust-lang.org/dist/rust-1.16.0-i686-pc-windows-gnu.exe'
|
2017-03-18 14:26:27 +00:00
|
|
|
- rust-1.16.0-i686-pc-windows-gnu.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
|
2015-05-30 15:25:16 +00:00
|
|
|
- SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin
|
|
|
|
- SET PATH=%PATH%;C:\MinGW\bin
|
|
|
|
- rustc -V
|
|
|
|
- cargo -V
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
|
|
|
|
build: false
|
|
|
|
|
|
|
|
test_script:
|
|
|
|
- cargo test --verbose
|