2015-04-09 16:40:11 +02:00
|
|
|
language: cpp
|
|
|
|
|
|
|
|
os:
|
|
|
|
- linux
|
|
|
|
|
|
|
|
compiler:
|
|
|
|
- gcc
|
|
|
|
- clang
|
|
|
|
|
2017-10-16 21:16:33 +02:00
|
|
|
script:
|
2018-09-12 12:04:14 +02:00
|
|
|
- make -C cimgui_auto
|
2018-09-12 12:09:38 +02:00
|
|
|
- $CC cimgui_auto # Make sure we can include in a plain C compiler
|