Check on Travis that cimgui.h builds on a plain C compiler

This commit is contained in:
fmdkdd
2017-10-16 21:16:33 +02:00
committed by Stephan Dilly
parent f12e74c20f
commit 14b2c5cc58

View File

@@ -7,5 +7,6 @@ compiler:
- gcc - gcc
- clang - clang
script: script:
- make -C cimgui - make -C cimgui
- $CC cimgui/cimgui.h # Make sure we can include in a plain C compiler