mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 20:38:28 +00:00
11c972e6db
more comments for Brew
6 lines
143 B
Ruby
6 lines
143 B
Ruby
# Travis CI setup for MacOS Brew
|
|
|
|
# used for testing framework
|
|
brew "cmocka"
|
|
# used for cross assembly of code for testing
|
|
brew "crosstool-ng"
|