mirror of
https://github.com/Lime3DS/Lime3DS
synced 2024-11-01 04:37:52 +00:00
16 lines
165 B
YAML
16 lines
165 B
YAML
os:
|
|
- linux
|
|
- osx
|
|
|
|
language: cpp
|
|
|
|
cache:
|
|
apt: true
|
|
directories:
|
|
- .homebrew-cache
|
|
|
|
before_install:
|
|
- sh .travis-deps.sh
|
|
|
|
script:
|
|
- sh .travis-build.sh
|