Skip to content

Commit f0e5859

Browse files
committed
Build the intrinsics example separately
1 parent 1b78d79 commit f0e5859

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

appveyor.yml

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

1717
test_script:
18-
- cargo build --target %TARGET%
19-
- cargo build --release --target %TARGET%
18+
- cargo build --target %TARGET% --example intrinsics
19+
- cargo build --release --target %TARGET% --example intrinsics
2020
- cargo test --no-default-features --features gen-tests --target %TARGET%
2121
- cargo test --no-default-features --features "gen-tests c" --target %TARGET%
2222
- cargo test --no-default-features --features gen-tests --release --target %TARGET%

ci/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ case $1 in
4646
xargo build --features c --target $1 --example intrinsics
4747
;;
4848
*)
49-
cargo build --no-default-features --features c --target $1 --example intrinsics
49+
cargo build --features c --target $1 --example intrinsics
5050
;;
5151
esac
5252

0 commit comments

Comments
 (0)