mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 01:32:41 +02:00
Try moving Windows-console build to end
This commit is contained in:
parent
24bc0dd75b
commit
caf5c0845c
1 changed files with 5 additions and 5 deletions
10
.github/workflows/cmake.yml
vendored
10
.github/workflows/cmake.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue