mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 19:41:20 +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:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [windows-latest, macOS-latest, ubuntu-latest]
|
os: [windows-latest, macOS-latest, ubuntu-latest]
|
||||||
|
fail-fast: false
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
if: github.event.action != 'labeled' || github.event.label.name == 'rebuild'
|
if: github.event.action != 'labeled' || github.event.label.name == 'rebuild'
|
||||||
|
@ -154,16 +155,6 @@ jobs:
|
||||||
if: matrix.os == 'macOS-latest'
|
if: matrix.os == 'macOS-latest'
|
||||||
working-directory: ${{runner.workspace}}/build
|
working-directory: ${{runner.workspace}}/build
|
||||||
run: cmake --build . --config $BUILD_TYPE --target $APP_NAME
|
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)
|
- name: Build Installer (macOS)
|
||||||
if: matrix.os == 'macOS-latest'
|
if: matrix.os == 'macOS-latest'
|
||||||
working-directory: ${{runner.workspace}}/build
|
working-directory: ${{runner.workspace}}/build
|
||||||
|
|
Loading…
Reference in a new issue