Test cfzlib in appveyor
This commit is contained in:
parent
c732cd6d12
commit
84d3ba417b
1 changed files with 4 additions and 1 deletions
|
|
@ -8,6 +8,9 @@ environment:
|
|||
CHANNEL: stable
|
||||
- TARGET: x86_64-pc-windows-msvc
|
||||
CHANNEL: stable
|
||||
- TARGET: x86_64-pc-windows-msvc
|
||||
CHANNEL: nightly
|
||||
TESTFLAGS: --features=cfzlib
|
||||
|
||||
# Install Rust and Cargo
|
||||
# (Based on from https://github.com/rust-lang/libc/blob/master/appveyor.yml)
|
||||
|
|
@ -26,7 +29,7 @@ build: false
|
|||
# Equivalent to Travis' `script` phase
|
||||
test_script:
|
||||
- cargo build
|
||||
- cargo test
|
||||
- cargo test %TESTFLAGS%
|
||||
|
||||
before_deploy:
|
||||
# Generate artifacts for release
|
||||
|
|
|
|||
Loading…
Reference in a new issue