mirror of
https://github.com/syoyo/tinygltf.git
synced 2026-08-29 14:38:32 +00:00
Add travis script.
This commit is contained in:
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
language: cpp
|
||||
|
||||
compiler: gcc
|
||||
|
||||
before_install:
|
||||
- sudo apt-get update -qq -y
|
||||
|
||||
script:
|
||||
- make
|
||||
- ./loader_test box.gltf
|
||||
Reference in New Issue
Block a user