For macOS just build app; turn off fail-fast

This commit is contained in:
Simon Walton 2019-12-04 10:15:40 -08:00
parent 945e917b15
commit 24bc0dd75b

View file

@ -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