Setup Travis CI integration

Testing
This commit is contained in:
ocornut 2014-12-06 20:56:34 +00:00
parent d553cd96b0
commit 2b0d8447e3

View File

@ -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