更新libclamav库1.0.0版本
This commit is contained in:
13
clamav/libclamav_rust/.cargo/vendor/strsim/appveyor.yml
vendored
Normal file
13
clamav/libclamav_rust/.cargo/vendor/strsim/appveyor.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
install:
|
||||
- ps: Start-FileDownload 'https://static.rust-lang.org/dist/rust-beta-x86_64-pc-windows-gnu.exe'
|
||||
- rust-beta-x86_64-pc-windows-gnu.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
|
||||
- SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin
|
||||
- rustc -V
|
||||
- cargo -V
|
||||
|
||||
build: false
|
||||
|
||||
test_script:
|
||||
- cargo build
|
||||
- cargo test --verbose
|
||||
|
Reference in New Issue
Block a user