Skip to content

Commit be7cc14

Browse files
committed
only build and test ui-sys and iui
1 parent aa918b5 commit be7cc14

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

appveyor.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,7 @@ install:
7070
build: false
7171

7272
test_script:
73-
- cargo build --tests --examples # make sure all examples can be build.
73+
- cd ui-sys
74+
- cargo build --verbose --tests --examples
75+
- cd ../iui
76+
- cargo build --verbose --tests --examples # make sure all examples can be build.

0 commit comments

Comments
 (0)