Skip to content
This repository was archived by the owner on Jun 8, 2021. It is now read-only.

Commit 86b54eb

Browse files
committed
Run AppVeyor build with more useful feature flags
1 parent 18432bf commit 86b54eb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

appveyor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@ install:
1717

1818
build_script:
1919
- cargo doc --features "dox"
20-
- cargo test
20+
- cargo test --features subclassing
21+
- cargo test --features subclassing,v2_58
2122
- mkdir .cargo
2223
- echo paths = ["."] > .cargo\config
2324
- git clone -q --depth 50 -b pending https://github.com/gtk-rs/examples _examples
2425
- cd _examples
2526
- cargo build
26-
- cargo build --features gtk_3_18
27+
- cargo build --features gtk_3_24
2728

2829
test: false

0 commit comments

Comments
 (0)