8 Commits

Author SHA1 Message Date
Vlad Firoiu
8ebc8b6ad7 fix(build): set correct codesigning target (#21)
* Correctly set codesigning target for MacOS.

* Don't use system xxhash.

CMake doesn't seem to properly set the link libraries, not sure why.
2024-06-01 13:27:32 -07:00
Vlad Firoiu
cad3e88767 build(macOS): correctly set number of threads for building (#20)
The current value $(nproc) only works on Linux and defaults to empty string
on macos, which results in unlimited paralellism and likely a system OOM.
2024-03-22 11:13:51 -07:00
Nikhil Narayana
439f14aa40 build(macOS): don't use cmake's signing on CI 2024-02-06 21:16:27 -08:00
Nikhil Narayana
7e201a68ea build(mac): don't copy codes around and skip code signing 2023-09-20 18:34:29 -07:00
Nikhil Narayana
b26bb22376 ci: specify dolphin-emu target 2023-08-19 10:43:10 -07:00
Nikhil Narayana
6ef58fad31 fix macOS CI 2023-08-17 22:38:33 -07:00
cobalt2727
905cd73e98 faster build
Minor edit that brings the Mac builder in line with `build-linux.sh` by compiling with as many threads as the hardware has available.
2021-12-09 19:41:16 -05:00
Nikhil Narayana
af3fcbccd6 ci: fix builds and update Playback codes
Update ci to use matrices and move playback codes into the repo
2021-10-30 15:38:06 -07:00