Skip to content

Commit 8abb0ab

Browse files
committed
Build tweaks
1 parent f0e5859 commit 8abb0ab

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

appveyor.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ install:
1515
build: false
1616

1717
test_script:
18-
- cargo build --target %TARGET% --example intrinsics
19-
- cargo build --release --target %TARGET% --example intrinsics
18+
- cargo build --target %TARGET%
19+
- cargo build --target %TARGET% --features c --example intrinsics
20+
- cargo build --release --target %TARGET%
21+
- cargo build --release --target %TARGET% --features c --example intrinsics
2022
- cargo test --no-default-features --features gen-tests --target %TARGET%
2123
- cargo test --no-default-features --features "gen-tests c" --target %TARGET%
2224
- cargo test --no-default-features --features gen-tests --release --target %TARGET%

0 commit comments

Comments
 (0)