1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-11 00:04:24 +00:00

Setup Travis CI integration

Testing.
This commit is contained in:
ocornut 2014-12-06 20:50:27 +00:00
parent 30ee2fed2b
commit d553cd96b0

7
.travis.yml Normal file
View file

@ -0,0 +1,7 @@
language: cpp
compiler:
- gcc
- clang
# Change this to your needs
script: cd examples/opengl_example && make