Archived
1
0
This repository has been archived on 2026-01-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
yuzu-android/.travis.yml

17 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