This website requires JavaScript.
Explore
Help
Register
Sign In
citra-emu
/
citra-nightly
Archived
Watch
1
Star
0
Fork
0
You've already forked citra-nightly
Code
This repository has been archived on
2024-03-23
. You can view files and clone it, but cannot push or open issues or pull requests.
c8bcd35b7a
citra-nightly
/
.travis
/
macos
/
deps.sh
5 lines
75 B
Bash
Raw
Normal View
History
Unescape
Escape
travis: Split build scripts for different platforms This commit also separates clang-format from the linux build, closing #2702.
2017-10-06 19:58:48 +00:00
#!/bin/sh -ex
brew update
travis: use cache
2018-04-11 03:09:35 +00:00
brew install qt5 sdl2 dylibbundler p7zip ccache
Copy Permalink