mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 09:48:44 +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:
|
#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)
|
- name: Build Application (Windows)
|
||||||
if: matrix.os == 'windows-latest'
|
if: matrix.os == 'windows-latest'
|
||||||
shell: bash
|
shell: bash
|
||||||
|
@ -182,6 +177,11 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: ${{runner.workspace}}/build
|
working-directory: ${{runner.workspace}}/build
|
||||||
run: cmake --build . --config $BUILD_TYPE --target assignment-client
|
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)
|
- name: Build Installer (Windows)
|
||||||
if: matrix.os == 'windows-latest'
|
if: matrix.os == 'windows-latest'
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in a new issue