mirror of
https://github.com/Drezil/imgui.git
synced 2024-11-15 09:27:00 +00:00
Setup Travis CI integration
This commit is contained in:
parent
2b0d8447e3
commit
3e83de58b5
@ -4,7 +4,7 @@ compiler:
|
|||||||
- gcc
|
- gcc
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- apt-get update && apt-get install -y --no-install-recommends build-essential libglfw3-dev libglew-dev pkg-config libxrandr-dev libxi-dev
|
- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get update && 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