소스 검색

Build tweaks

Alex Crichton 8 년 전
부모
커밋
8abb0ab826
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 2
      appveyor.yml

+ 4 - 2
appveyor.yml

@@ -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%