This website requires JavaScript.
Explore
Help
Register
Sign In
citra-emu
/
citra
Archived
Watch
1
Star
0
Fork
You've already forked citra
0
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.
d8e74a9ff4
citra
/
.ci
/
macos
/
deps.sh
4 lines
49 B
Bash
Raw
Normal View
History
Unescape
Escape
Use GitHub Actions as CI service (#5602) * ci: migrate to GitHub Actions * ci: linux-mingw: use lief for parsing PE files * ci: fix left-over issues with clang-format check * ci: workaround libc++ issue on macOS * appveyor: remove build scripts * README: add GitHub Actions badge and ... remove Travis CI and Appveyor badges
2020-11-12 05:21:35 +00:00
#!/bin/sh -ex
ci: Generate universal macOS build.
2023-01-05 23:16:40 +00:00
brew install ccache ninja
||
true