mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-08-14 03:55:53 +08:00
Add travis script.
This commit is contained in:
parent
ed4d7ad34b
commit
44430496d2
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
|
Loading…
x
Reference in New Issue
Block a user