mirror of
https://github.com/Drezil/imgui.git
synced 2024-12-18 06:06:35 +00:00
Setup Travis CI integration
Testing
This commit is contained in:
parent
d553cd96b0
commit
2b0d8447e3
11
.travis.yml
11
.travis.yml
@ -1,7 +1,12 @@
|
||||
language: cpp
|
||||
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
# Change this to your needs
|
||||
script: cd examples/opengl_example && make
|
||||
|
||||
before_install:
|
||||
- apt-get update && apt-get install -y --no-install-recommends build-essential libglfw3-dev libglew-dev pkg-config libxrandr-dev libxi-dev
|
||||
|
||||
script:
|
||||
- cd examples/opengl_example && make
|
||||
- cd examples/opengl3_example && make
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user