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

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