diff options
author | Alex Crichton <alex@alexcrichton.com> | 2016-10-10 16:41:23 -0700 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2016-10-10 16:41:23 -0700 |
commit | dbc65bc463bb70d9e98ad1745a4e5868aedd5259 (patch) | |
tree | d41d72a65544dd165f4242a494d60901c5312389 | |
parent | 56b270454f2627d8f1694910124ef4a9144d82ee (diff) | |
download | rust-libc-dbc65bc463bb70d9e98ad1745a4e5868aedd5259.tar.gz |
pass --target on appveyor
-rw-r--r-- | appveyor.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index d52efad43d..a851bb87b6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,8 +17,8 @@ install: build: false test_script: - - cargo test - - cargo run --manifest-path libc-test/Cargo.toml + - cargo test --target %TARGET% + - cargo run --manifest-path libc-test/Cargo.toml --target %TARGET% cache: - target |