Make sure CI builds examples

This commit is contained in:
Joonas Javanainen 2019-03-10 16:28:00 +02:00
parent 3b706c442b
commit 5304f13362
No known key found for this signature in database
GPG Key ID: D39CCA5CB19B9179

View File

@ -29,4 +29,6 @@ script:
- cargo build --all --verbose
- cargo test --all --verbose
- cargo build --all --verbose --manifest-path imgui-examples/Cargo.toml
- cargo test --all --verbose --manifest-path imgui-examples/Cargo.toml
- cargo build --all --verbose --manifest-path imgui-glium-examples/Cargo.toml
- cargo test --all --verbose --manifest-path imgui-glium-examples/Cargo.toml