mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 21:48:36 +00:00
Let's try to fix the 1.15 build
This commit is contained in:
parent
ace021b94a
commit
3bef62fdc4
@ -18,5 +18,9 @@ before_install:
|
||||
- git submodule update --init --recursive
|
||||
|
||||
script:
|
||||
- cargo build --all --verbose
|
||||
- [ $TRAVIS_RUST_VERSION != 1.15.1 ] && cargo build --all --verbose
|
||||
# 1.15 doesn't yet support cargo build --all
|
||||
- [ $TRAVIS_RUST_VERSION = 1.15.1 ] && cd imgui-sys && cargo build --verbose
|
||||
- [ $TRAVIS_RUST_VERSION = 1.15.1 ] && cd imgui-glium-renderer && cargo build --verbose
|
||||
- [ $TRAVIS_RUST_VERSION = 1.15.1 ] && cargo build --verbose
|
||||
- cargo test --all --verbose
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user