Explorar o código

Setup Travis CI integration

Testing.
ocornut %!s(int64=10) %!d(string=hai) anos
pai
achega
d553cd96b0
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  1. 7 0
      .travis.yml

+ 7 - 0
.travis.yml

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