mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-09 19:38:30 +01:00
13 lines
155 B
YAML
13 lines
155 B
YAML
language: cpp
|
|
|
|
os:
|
|
- linux
|
|
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
|
|
script:
|
|
- make -C cimgui
|
|
- $CC cimgui.h # Make sure we can include in a plain C compiler
|