mirror of
https://github.com/Drezil/imgui.git
synced 2025-08-17 17:33:14 +02:00
Setup Travis CI integration
Getting there!
This commit is contained in:
@ -11,6 +11,6 @@ before_install:
|
|||||||
- if [ $TRAVIS_OS_NAME == osx ]; then brew update && brew install glew && brew install glfw3; fi
|
- if [ $TRAVIS_OS_NAME == osx ]; then brew update && brew install glew && brew install glfw3; fi
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cd examples/opengl_example && make
|
- make -C examples/opengl_example
|
||||||
- cd examples/opengl3_example && make
|
- make -C examples/opengl3_example
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user