1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00

install in local folder and archive in CI

This commit is contained in:
adam-bloom
2021-01-09 21:22:17 -07:00
parent 29c37b8ae4
commit 9d64df3a89
2 changed files with 6 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ else
# macOS runners do not have Ninja installed by default
if [[ $(uname) == "Darwin" ]]; then
cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local "$@"
cmake .. -DCMAKE_INSTALL_PREFIX=./install "$@"
else
cmake .. -G Ninja -DCMAKE_INSTALL_PREFIX=/usr "$@"
fi