summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-10-10 16:37:55 -0700
committerAlex Crichton <alex@alexcrichton.com>2016-10-10 16:37:55 -0700
commit02757a697730b1e8af1e190f2b0dfe3be11188b8 (patch)
tree86b65ec3ca1724a137064efdf570843361a2f61d /appveyor.yml
parentbf0d763364108fafe5f82d0dac6d313f1233033f (diff)
downloadssh2-rs-02757a697730b1e8af1e190f2b0dfe3be11188b8.zip
pass --target on appveyor
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 54c12ab..193095a 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -17,5 +17,5 @@ install:
build: false
test_script:
- - cargo test --no-run
- - cargo run --manifest-path systest/Cargo.toml
+ - cargo test --no-run --target %TARGET%
+ - cargo run --manifest-path systest/Cargo.toml --target %TARGET%