mirror of
https://github.com/Drezil/imgui.git
synced 2024-12-18 14:16:36 +00:00
Setup Travis CI integration
Testing.
This commit is contained in:
parent
30ee2fed2b
commit
d553cd96b0
7
.travis.yml
Normal file
7
.travis.yml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
language: cpp
|
||||||
|
compiler:
|
||||||
|
- gcc
|
||||||
|
- clang
|
||||||
|
# Change this to your needs
|
||||||
|
script: cd examples/opengl_example && make
|
||||||
|
|
Loading…
Reference in New Issue
Block a user