2014-10-26 11:27:46 +01:00
|
|
|
install:
|
2014-11-09 16:44:36 +01:00
|
|
|
- ps: Start-FileDownload 'https://static.rust-lang.org/dist/rust-nightly-i686-pc-windows-gnu.exe'
|
2014-12-20 18:36:01 +01:00
|
|
|
- rust-nightly-i686-pc-windows-gnu.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
|
2014-10-26 11:27:46 +01:00
|
|
|
- SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin
|
2014-12-22 18:42:25 +01:00
|
|
|
- rustc -V
|
2014-11-09 16:25:09 +01:00
|
|
|
- cargo -V
|
2015-01-09 23:06:14 +01:00
|
|
|
- git submodule update --init --recursive
|
2014-10-26 11:27:46 +01:00
|
|
|
|
|
|
|
build: false
|
|
|
|
|
|
|
|
test_script:
|
2015-05-04 17:48:15 +02:00
|
|
|
- cargo test --verbose
|