Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/bvt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ permissions:

jobs:
build:
runs-on: ${{ matrix.os }}
runs-on: windows-2022
timeout-minutes: 20

strategy:
fail-fast: false

matrix:
os: [windows-2019, windows-2022]
toolver: ['14.29', '14']
build_type: [x64-Release]
arch: [amd64]

Expand All @@ -63,6 +63,7 @@ jobs:
- uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
with:
arch: ${{ matrix.arch }}
toolset: ${{ matrix.toolver }}

- name: 'Configure CMake'
working-directory: ${{ github.workspace }}
Expand Down
21 changes: 11 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,38 +36,38 @@ permissions:

jobs:
build:
runs-on: ${{ matrix.os }}
runs-on: windows-2022

strategy:
fail-fast: false

matrix:
os: [windows-2019, windows-2022]
toolver: ['14.29', '14']
build_type: [x64-Debug, x64-Release]
arch: [amd64]
include:
- os: windows-2019
- toolver: '14.29'
build_type: x86-Debug
arch: amd64_x86
- os: windows-2019
- toolver: '14.29'
build_type: x86-Release
arch: amd64_x86
- os: windows-2022
- toolver: '14'
build_type: x86-Debug
arch: amd64_x86
- os: windows-2022
- toolver: '14'
build_type: x86-Release
arch: amd64_x86
- os: windows-2022
- toolver: '14'
build_type: x64-Debug-Clang
arch: amd64
- os: windows-2022
- toolver: '14'
build_type: x64-Release-Clang
arch: amd64
- os: windows-2022
- toolver: '14'
build_type: x86-Debug-Clang
arch: amd64_x86
- os: windows-2022
- toolver: '14'
build_type: x86-Release-Clang
arch: amd64_x86

Expand All @@ -80,6 +80,7 @@ jobs:
- uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
with:
arch: ${{ matrix.arch }}
toolset: ${{ matrix.toolver }}

- name: 'Configure CMake'
working-directory: ${{ github.workspace }}
Expand Down
29 changes: 15 additions & 14 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,51 +36,51 @@ permissions:

jobs:
build:
runs-on: ${{ matrix.os }}
runs-on: windows-2022
timeout-minutes: 20

strategy:
fail-fast: false

matrix:
os: [windows-2019, windows-2022]
toolver: ['14.29', '14']
build_type: [x64-Debug, x64-Release]
arch: [amd64]
include:
- os: windows-2019
- toolver: '14.29'
build_type: x86-Debug
arch: amd64_x86
- os: windows-2019
- toolver: '14.29'
build_type: x86-Release
arch: amd64_x86
- os: windows-2022
- toolver: '14'
build_type: x86-Debug
arch: amd64_x86
- os: windows-2022
- toolver: '14'
build_type: x86-Release
arch: amd64_x86
- os: windows-2022
- toolver: '14'
build_type: x64-Debug-Clang
arch: amd64
- os: windows-2022
- toolver: '14'
build_type: x64-Release-Clang
arch: amd64
- os: windows-2022
- toolver: '14'
build_type: x86-Debug-Clang
arch: amd64_x86
- os: windows-2022
- toolver: '14'
build_type: x86-Release-Clang
arch: amd64_x86
- os: windows-2022
- toolver: '14'
build_type: arm64-Debug
arch: amd64_arm64
- os: windows-2022
- toolver: '14'
build_type: arm64-Release
arch: amd64_arm64
- os: windows-2022
- toolver: '14'
build_type: arm64ec-Debug
arch: amd64_arm64
- os: windows-2022
- toolver: '14'
build_type: arm64ec-Release
arch: amd64_arm64

Expand All @@ -100,6 +100,7 @@ jobs:
- uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
with:
arch: ${{ matrix.arch }}
toolset: ${{ matrix.toolver }}

- name: 'Configure CMake'
working-directory: ${{ github.workspace }}
Expand Down
37 changes: 19 additions & 18 deletions .github/workflows/vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,94 +32,94 @@ permissions:

jobs:
build:
runs-on: ${{ matrix.os }}
runs-on: windows-2022

strategy:
fail-fast: false

matrix:
os: [windows-2019, windows-2022]
toolver: ['14.29', '14']
build_type: [x64-Debug-VCPKG]
arch: [amd64]
shared: [OFF]
gameinput: [OFF]
include:
- os: windows-2022
- toolver: '14'
build_type: x64-Debug-VCPKG
arch: amd64
shared: OFF
gameinput: ON
- os: windows-2022
- toolver: '14'
build_type: x64-Debug-Clang-VCPKG
arch: amd64
shared: OFF
gameinput: OFF
- os: windows-2022
- toolver: '14'
build_type: x64-Debug-Clang-VCPKG
arch: amd64
shared: OFF
gameinput: ON
- os: windows-2022
- toolver: '14'
build_type: x86-Debug-VCPKG
arch: amd64_x86
shared: OFF
gameinput: OFF
- os: windows-2022
- toolver: '14'
build_type: x64-Debug-Redist
arch: amd64
shared: OFF
gameinput: OFF
- os: windows-2022
- toolver: '14'
build_type: x64-Release-Redist
arch: amd64
shared: OFF
gameinput: OFF
- os: windows-2022
- toolver: '14'
build_type: arm64-Debug-VCPKG
arch: amd64_arm64
shared: OFF
gameinput: OFF
- os: windows-2022
- toolver: '14'
build_type: arm64-Debug-Redist
arch: amd64_arm64
shared: OFF
gameinput: OFF
- os: windows-2022
- toolver: '14'
build_type: arm64ec-Debug-VCPKG
arch: amd64_arm64
shared: OFF
gameinput: OFF
- os: windows-2022
- toolver: '14'
build_type: arm64ec-Debug-Redist
arch: amd64_arm64
shared: OFF
gameinput: OFF
- os: windows-2022
- toolver: '14'
build_type: x64-Debug-MinGW
arch: amd64
shared: OFF
gameinput: OFF
- os: windows-2022
- toolver: '14'
build_type: x64-Release-MinGW
arch: amd64
shared: OFF
gameinput: OFF
- os: windows-2022
- toolver: '14'
build_type: x64-Debug-MinGW
arch: amd64
shared: OFF
gameinput: ON
- os: windows-2022
- toolver: '14'
build_type: x64-Debug-VCPKG
arch: amd64
shared: ON
gameinput: ON
- os: windows-2022
- toolver: '14'
build_type: x64-Debug-MinGW
arch: amd64
shared: ON
gameinput: OFF
- os: windows-2022
- toolver: '14'
build_type: x64-Release-MinGW
arch: amd64
shared: ON
Expand All @@ -134,6 +134,7 @@ jobs:
- uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
with:
arch: ${{ matrix.arch }}
toolset: ${{ matrix.toolver }}

- name: 'Set triplet'
shell: pwsh
Expand Down
33 changes: 17 additions & 16 deletions .github/workflows/win10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,56 +36,56 @@ permissions:

jobs:
build:
runs-on: ${{ matrix.os }}
runs-on: windows-2022

strategy:
fail-fast: false

matrix:
os: [windows-2019, windows-2022]
toolver: ['14.29', '14']
build_type: [x64-Debug-Win10, x64-Release-Win10]
arch: [amd64]
include:
- os: windows-2019
- toolver: '14.29'
build_type: x86-Debug-Win10
arch: amd64_x86
- os: windows-2019
- toolver: '14.29'
build_type: x86-Release-Win10
arch: amd64_x86
- os: windows-2022
- toolver: '14'
build_type: x86-Debug-Win10
arch: amd64_x86
- os: windows-2022
- toolver: '14'
build_type: x86-Release-Win10
arch: amd64_x86
- os: windows-2022
- toolver: '14'
build_type: arm64-Debug
arch: amd64_arm64
- os: windows-2022
- toolver: '14'
build_type: arm64-Release
arch: amd64_arm64
- os: windows-2022
- toolver: '14'
build_type: arm64ec-Debug
arch: amd64_arm64
- os: windows-2022
- toolver: '14'
build_type: arm64ec-Release
arch: amd64_arm64
- os: windows-2022
- toolver: '14'
build_type: x64-Debug-Win10-Clang
arch: amd64
- os: windows-2022
- toolver: '14'
build_type: x64-Release-Win10-Clang
arch: amd64
- os: windows-2022
- toolver: '14'
build_type: x86-Debug-Win10-Clang
arch: amd64_x86
- os: windows-2022
- toolver: '14'
build_type: x86-Release-Win10-Clang
arch: amd64_x86
- os: windows-2022
- toolver: '14'
build_type: arm64-Debug-Clang
arch: amd64_arm64
- os: windows-2022
- toolver: '14'
build_type: arm64-Release-Clang
arch: amd64_arm64

Expand All @@ -98,6 +98,7 @@ jobs:
- uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
with:
arch: ${{ matrix.arch }}
toolset: ${{ matrix.toolver }}

- name: 'Configure CMake'
working-directory: ${{ github.workspace }}
Expand Down
Loading