Add Travis CI script.

This commit is contained in:
Syoyo Fujita
2016-01-04 23:24:43 +09:00
parent 85d18ea7cd
commit 320a670bc8

12
.travis.yml Normal file
View File

@@ -0,0 +1,12 @@
language: cpp
compiler: gcc
before_install:
- curl -L "https://dl.bintray.com/gogoprog/gengine/linux64/premake4" -o premake4
- chmod +x premake4
script:
- ./premake4 gmake
- make
- ./test_tinyobjloader