Setup Travis CI integration

Testing.
features/sdl_renderer3_multiviewports
ocornut ago%!(EXTRA string=11 years)
parent 30ee2fed2b
commit d553cd96b0
  1. 7
      .travis.yml

@ -0,0 +1,7 @@
language: cpp
compiler:
- gcc
- clang
# Change this to your needs
script: cd examples/opengl_example && make
Loading…
Cancel
Save