Build tweaks

master
Alex Crichton 2017-06-23 07:36:08 -07:00
parent f0e58591b3
commit 8abb0ab826
1 changed files with 4 additions and 2 deletions

View File

@ -15,8 +15,10 @@ install:
build: false
test_script:
- cargo build --target %TARGET% --example intrinsics
- cargo build --release --target %TARGET% --example intrinsics
- cargo build --target %TARGET%
- cargo build --target %TARGET% --features c --example intrinsics
- cargo build --release --target %TARGET%
- cargo build --release --target %TARGET% --features c --example intrinsics
- cargo test --no-default-features --features gen-tests --target %TARGET%
- cargo test --no-default-features --features "gen-tests c" --target %TARGET%
- cargo test --no-default-features --features gen-tests --release --target %TARGET%