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