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