Fix for AppVeyor config
This commit is contained in:
parent
60bcf0e6b7
commit
608c71402e
12
appveyor.yml
12
appveyor.yml
@ -61,12 +61,12 @@ install:
|
|||||||
|
|
||||||
## Build Script ##
|
## Build Script ##
|
||||||
|
|
||||||
# 'cargo test' takes care of building for us, so disable Appveyor's build stage. This prevents
|
# This prevents the "directory does not contain a project or solution file"
|
||||||
# the "directory does not contain a project or solution file" error.
|
# error.
|
||||||
build: false
|
build: false
|
||||||
|
|
||||||
# Uses 'cargo test' to run tests and build. Alternatively, the project may call compiled programs
|
# Uses 'cargo build' to build. AppVeyor cannot run tests on this crate as it
|
||||||
#directly or perform other testing commands. Rust will automatically be placed in the PATH
|
# redirects the console's output, and its state then cannot be retrieved, let
|
||||||
# environment variable.
|
# alone modified.
|
||||||
test_script:
|
test_script:
|
||||||
- cargo test --verbose %cargoflags%
|
- cargo build --verbose %cargoflags%
|
||||||
|
Loading…
Reference in New Issue
Block a user