language: cpp
os:
- linux
compiler:
- gcc
- clang
script:
- make -C cimgui
- $CC cimgui/cimgui.h # Make sure we can include in a plain C compiler