mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-09 11:28:30 +01:00
18 lines
170 B
YAML
18 lines
170 B
YAML
language: cpp
|
|
dist: trusty
|
|
|
|
os:
|
|
- linux
|
|
- osx
|
|
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
|
|
script:
|
|
- mkdir bld
|
|
- cd bld
|
|
- cmake -D CIMGUI_TEST=1 ..
|
|
- make
|
|
- ./cimgui_test
|