Newer
Older
imgui / .travis.yml
@ocornut ocornut on 6 Dec 2014 114 bytes Setup Travis CI integration
language: cpp
compiler:
  - gcc
  - clang
# Change this to your needs
script: cd examples/opengl_example && make