Files
cimgui/.travis.yml

13 lines
155 B
YAML
Raw Normal View History

2015-04-09 16:40:11 +02:00
language: cpp
os:
- linux
compiler:
- gcc
- clang
script:
2015-04-09 16:40:11 +02:00
- make -C cimgui
- $CC cimgui.h # Make sure we can include in a plain C compiler