Browse Source

pass --target on appveyor

vs2017
Alex Crichton 8 years ago
parent
commit
557c854388
  1. 10
      appveyor.yml

10
appveyor.yml

@ -28,8 +28,8 @@ install:
build: false
test_script:
- cargo test
- cargo test --features parallel
- cargo test --manifest-path gcc-test/Cargo.toml
- cargo test --manifest-path gcc-test/Cargo.toml --features parallel
- cargo test --manifest-path gcc-test/Cargo.toml --release
- cargo test --target %TARGET%
- cargo test --features parallel --target %TARGET%
- cargo test --manifest-path gcc-test/Cargo.toml --target %TARGET%
- cargo test --manifest-path gcc-test/Cargo.toml --features parallel --target %TARGET%
- cargo test --manifest-path gcc-test/Cargo.toml --release --target %TARGET%

Loading…
Cancel
Save