mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-01 16:05:07 +01:00
14 lines
120 B
YAML
14 lines
120 B
YAML
os:
|
|
- linux
|
|
- osx
|
|
|
|
language: cpp
|
|
|
|
cache: apt
|
|
|
|
before_install:
|
|
- sh .travis-deps.sh
|
|
|
|
script:
|
|
- sh .travis-build.sh
|