Setup Travis CI integration

This commit is contained in:
ocornut 2014-12-06 20:59:14 +00:00
parent 2b0d8447e3
commit 3e83de58b5

View File

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