mirror of
https://github.com/starr-dusT/yuzu-mainline
synced 2024-03-05 21:12:25 -08:00
12 lines
108 B
YAML
12 lines
108 B
YAML
os:
|
|
- linux
|
|
- osx
|
|
|
|
language: cpp
|
|
|
|
before_install:
|
|
- sh .travis-deps.sh
|
|
|
|
script:
|
|
- sh .travis-build.sh
|