mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-08 10:34:35 +02:00
For macOS just build app; turn off fail-fast
This commit is contained in:
parent
945e917b15
commit
24bc0dd75b
1 changed files with 1 additions and 10 deletions
11
.github/workflows/cmake.yml
vendored
11
.github/workflows/cmake.yml
vendored
|
@ -70,6 +70,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [windows-latest, macOS-latest, ubuntu-latest]
|
||||
fail-fast: false
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
if: github.event.action != 'labeled' || github.event.label.name == 'rebuild'
|
||||
|
@ -154,16 +155,6 @@ jobs:
|
|||
if: matrix.os == 'macOS-latest'
|
||||
working-directory: ${{runner.workspace}}/build
|
||||
run: cmake --build . --config $BUILD_TYPE --target $APP_NAME
|
||||
- name: Build Domain Server (macOS)
|
||||
if: matrix.os == 'macOS-latest'
|
||||
shell: bash
|
||||
working-directory: ${{runner.workspace}}/build
|
||||
run: cmake --build . --config $BUILD_TYPE --target domain-server
|
||||
- name: Build Assignment Client (macOS)
|
||||
if: matrix.os == 'macOS-latest'
|
||||
shell: bash
|
||||
working-directory: ${{runner.workspace}}/build
|
||||
run: cmake --build . --config $BUILD_TYPE --target assignment-client
|
||||
- name: Build Installer (macOS)
|
||||
if: matrix.os == 'macOS-latest'
|
||||
working-directory: ${{runner.workspace}}/build
|
||||
|
|
Loading…
Reference in a new issue