Explorar o código

Setup Travis CI integration

Getting there!
ocornut %!s(int64=10) %!d(string=hai) anos
pai
achega
bb20065be0
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -11,6 +11,6 @@ before_install:
   - if [ $TRAVIS_OS_NAME == osx ]; then brew update && brew install glew && brew install glfw3; fi
 
 script: 
-  - cd examples/opengl_example && make
-  - cd examples/opengl3_example && make
+  - make -C examples/opengl_example
+  - make -C examples/opengl3_example