mirror of
https://github.com/ocornut/imgui.git
synced 2024-11-12 02:00:58 +01:00
Setup Travis CI integration
Argh.
This commit is contained in:
parent
1bfb59174a
commit
1d45478637
@ -4,7 +4,7 @@ compiler:
|
|||||||
- gcc
|
- gcc
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get update -qq && apt-get install -y --no-install-recommends libglfw3-dev libglew-dev; fi
|
- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get update -qq && sudo apt-get install -y --no-install-recommends libglfw3-dev libglew-dev; fi
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cd examples/opengl_example && make
|
- cd examples/opengl_example && make
|
||||||
|
Loading…
Reference in New Issue
Block a user