Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Doesn't build all examples on the CI #354

Open
sdroege opened this issue Mar 14, 2021 · 2 comments
Open

Doesn't build all examples on the CI #354

sdroege opened this issue Mar 14, 2021 · 2 comments
Labels

Comments

@sdroege
Copy link
Member

sdroege commented Mar 14, 2021

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
Copy link
Member Author

sdroege commented Mar 14, 2021

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

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

@MarijnS95
Copy link
Contributor

@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 :)

@sdroege sdroege removed this from the 0.14.0 milestone Jun 23, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants