commit | ebeab042e6bb14a447627b57ed9a493e2cc0e095 | [log] [tgz] |
---|---|---|
author | bors <bors@rust-lang.org> | Mon Oct 10 23:51:06 2016 -0700 |
committer | GitHub <noreply@github.com> | Mon Oct 10 23:51:06 2016 -0700 |
tree | eb214d54f02ee8ae58f4c38383d867f0fae583c6 | |
parent | 53d096166338f88ee23326852755d3f8e410c745 [diff] | |
parent | 8a9d8c2c9837ea8c15d5dbfc25f61ee6fc76f2c6 [diff] |
Auto merge of #426 - alexcrichton:s390x, r=alexcrichton Fix the build on s390x
diff --git a/appveyor.yml b/appveyor.yml index d52efad..a851bb8 100644 --- a/appveyor.yml +++ b/appveyor.yml
@@ -17,8 +17,8 @@ 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