1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-30 18:25:16 +01:00

ci.yml: Change macOS configuration to Release

This commit is contained in:
Margen67
2021-04-15 00:44:36 -10:00
parent 58cd2e2609
commit d195a3edd6

View File

@@ -159,7 +159,7 @@ jobs:
- name: Build OpenRCT2
run: |
brew install ninja
. scripts/setenv -q && build -DWITH_TESTS=on -DCMAKE_BUILD_TYPE=MinSizeRel -DBUILD_SHARED_LIBS=on
. scripts/setenv -q && build -DWITH_TESTS=on -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=on
- name: Run Tests
run: . scripts/setenv -q && run-tests
- name: Build artifacts