gtk3-rs icon indicating copy to clipboard operation
gtk3-rs copied to clipboard

Doesn't build all examples on the CI

Open sdroege opened this issue 3 years ago • 2 comments

It should probably run something like cargo build --all-targets --all-features for the examples. All examples that require special features are currently not built, and the listbox_model example doesn't build currently without anybody noticing for that reason :)

sdroege avatar Mar 14 '21 14:03 sdroege

cargo build --all-targets --all-features

That also doesn't build all examples though... hrm!

sdroege avatar Mar 14 '21 14:03 sdroege

@sdroege Are the examples in a different crate? Might need to add --all/--workspace too so that it builds all examples (all-targets) for every crate :)

MarijnS95 avatar May 18 '21 10:05 MarijnS95