Merge branch 'master' of github.com:syoyo/tinygltfloader

This commit is contained in:
Syoyo Fujita 2016-01-02 23:42:55 +09:00
commit d8959696c0
2 changed files with 12 additions and 0 deletions

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
language: cpp
compiler: gcc
before_install:
- sudo apt-get update -qq -y
script:
- make
- ./loader_test box.gltf

View File

@ -4,6 +4,8 @@
![](images/glview_duck.png)
[![Build Status](https://travis-ci.org/syoyo/tinygltfloader.svg?branch=master)](https://travis-ci.org/syoyo/tinygltfloader)
[![Build status](https://ci.appveyor.com/api/projects/status/i5ku97hf0r0quti3?svg=true)](https://ci.appveyor.com/project/syoyo/tinygltfloader)
## Features