1
0
mirror of https://github.com/ocornut/imgui.git synced 2024-09-24 03:28:33 +02:00

Setup Travis CI integration

Getting there!
This commit is contained in:
ocornut 2014-12-06 23:30:38 +00:00
parent fec067d033
commit bb20065be0

View File

@ -11,6 +11,6 @@ before_install:
- if [ $TRAVIS_OS_NAME == osx ]; then brew update && brew install glew && brew install glfw3; fi
script:
- cd examples/opengl_example && make
- cd examples/opengl3_example && make
- make -C examples/opengl_example
- make -C examples/opengl3_example