mirror of
https://git.tardis.systems/mirrors/yuzu
synced 2025-06-16 06:05:39 +02: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
|