We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d32bd29 commit 345e409Copy full SHA for 345e409
appveyor.yml
@@ -1,6 +1,6 @@
1
install:
2
- - ps: Start-FileDownload 'https://static.rust-lang.org/dist/rust-1.4.0-i686-pc-windows-gnu.exe'
3
- - rust-1.4.0-i686-pc-windows-gnu.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
+ - ps: Start-FileDownload 'https://static.rust-lang.org/dist/rust-beta-i686-pc-windows-gnu.exe'
+ - rust-beta-i686-pc-windows-gnu.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
4
- SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin
5
- rustc -V
6
- cargo -V
@@ -9,7 +9,7 @@ build: none
9
10
test_script:
11
- cargo build --release
12
- - cmd: 7z a enforcer.zip enforcer
+ - cmd: 7z a enforcer.zip target/release/enforcer.exe
13
- cargo test --verbose
14
15
artifacts:
0 commit comments