mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-14 15:08:36 +00:00
[travis] Add build test for examples
The examples are excluded from the workspace, so we need to add the command to build them.
This commit is contained in:
parent
55cddf955a
commit
b18fb57020
@ -28,3 +28,5 @@ before_install:
|
||||
script:
|
||||
- cargo build --all --verbose
|
||||
- cargo test --all --verbose
|
||||
- cargo build --all --verbose --manifest-path imgui-examples/Cargo.toml
|
||||
- cargo build --all --verbose --manifest-path imgui-glium-examples/Cargo.toml
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user