Browse Source

Setup Travis CI integration

pull/472/head
ocornut 10 years ago
parent
commit
3e83de58b5
  1. 2
      .travis.yml

2
.travis.yml

@ -4,7 +4,7 @@ compiler:
- gcc
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:
- cd examples/opengl_example && make

Loading…
Cancel
Save