Try moving Windows-console build to end

This commit is contained in:
Simon Walton 2019-12-04 14:15:03 -08:00
parent 24bc0dd75b
commit caf5c0845c

View file

@ -162,11 +162,6 @@ jobs:
#build_full_win32:
- name: Build Console (Windows)
if: matrix.os == 'windows-latest'
shell: bash
working-directory: ${{runner.workspace}}/build
run: cmake --build . --config $BUILD_TYPE --target packaged-server-console
- name: Build Application (Windows)
if: matrix.os == 'windows-latest'
shell: bash
@ -182,6 +177,11 @@ jobs:
shell: bash
working-directory: ${{runner.workspace}}/build
run: cmake --build . --config $BUILD_TYPE --target assignment-client
- name: Build Console (Windows)
if: matrix.os == 'windows-latest'
shell: bash
working-directory: ${{runner.workspace}}/build
run: cmake --build . --config $BUILD_TYPE --target packaged-server-console
- name: Build Installer (Windows)
if: matrix.os == 'windows-latest'
shell: bash