You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
478 B

  1. environment:
  2. matrix:
  3. - TARGET: x86_64-pc-windows-msvc
  4. - TARGET: i686-pc-windows-msvc
  5. - TARGET: i686-pc-windows-gnu
  6. install:
  7. - ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-${env:TARGET}.exe"
  8. - rust-nightly-%TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
  9. - SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin
  10. - SET PATH=%PATH%;C:\MinGW\bin
  11. - rustc -V
  12. - cargo -V
  13. build: false
  14. test_script:
  15. - cargo test --verbose