mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-17 00:18:34 +00:00
17 lines
219 B
YAML
17 lines
219 B
YAML
sudo: false
|
|
dist: trusty
|
|
language: rust
|
|
rust:
|
|
- stable
|
|
- beta
|
|
- nightly
|
|
os:
|
|
- linux
|
|
- osx
|
|
cache: cargo
|
|
matrix:
|
|
allow_failures:
|
|
- rust: nightly
|
|
before_install:
|
|
- git submodule update --init --recursive
|