mirror of
https://github.com/syoyo/tinygltf.git
synced 2026-06-08 11:13:50 +00:00
11 lines
122 B
YAML
11 lines
122 B
YAML
language: cpp
|
|
|
|
compiler: gcc
|
|
|
|
before_install:
|
|
- sudo apt-get update -qq -y
|
|
|
|
script:
|
|
- make
|
|
- ./loader_test box.gltf
|