We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a75100c + e6ff88a commit f63adddCopy full SHA for f63addd
appveyor.yml
@@ -0,0 +1,13 @@
1
+environment:
2
+ PATH: 'C:\msys64\mingw64\bin;C:\msys64\usr\bin;%PATH%;C:\Rust\bin'
3
+
4
+install:
5
+ - ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-x86_64-pc-windows-gnu.msi"
6
+ - msiexec /passive /i "rust-nightly-x86_64-pc-windows-gnu.msi" ADDLOCAL=Rustc,Cargo,Std INSTALLDIR=C:\Rust
7
+ - rustc -V
8
+ - cargo -V
9
10
+build: false
11
12
+test_script:
13
+ - cargo test --verbose
0 commit comments