mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-12-23 05:53:34 +00:00
append configureType to matrix
This commit is contained in:
parent
3760ffa349
commit
5a05622eca
9
.github/workflows/build-and-test.yml
vendored
9
.github/workflows/build-and-test.yml
vendored
@ -14,6 +14,13 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ windows-2022, ubuntu-22.04, macos-13 ]
|
os: [ windows-2022, ubuntu-22.04, macos-13 ]
|
||||||
|
include:
|
||||||
|
- os: windows-2022
|
||||||
|
configureType: windows-msvc
|
||||||
|
- os: ubuntu-22.04
|
||||||
|
configureType: linux-gnu
|
||||||
|
- os: macos-13
|
||||||
|
configureType: macos
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
@ -33,7 +40,7 @@ jobs:
|
|||||||
- name: cmake
|
- name: cmake
|
||||||
uses: lukka/run-cmake@v10
|
uses: lukka/run-cmake@v10
|
||||||
with:
|
with:
|
||||||
configurePreset: "ci-${{matrix.os}}"
|
configurePreset: "${{matrix.configureType}}"
|
||||||
buildPreset: "default"
|
buildPreset: "default"
|
||||||
testPreset: "ci-${{matrix.os}}"
|
testPreset: "ci-${{matrix.os}}"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user