mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-14 13:26:28 +02:00
Try building on Windows 2022.
This commit is contained in:
parent
c9028b0ffa
commit
8754700587
1 changed files with 6 additions and 1 deletions
7
.github/workflows/pr_build.yml
vendored
7
.github/workflows/pr_build.yml
vendored
|
@ -50,6 +50,11 @@ jobs:
|
|||
arch: x86_64
|
||||
build_type: full
|
||||
qt_source: aqt
|
||||
- os: Windows 2022
|
||||
runner: windows-2022
|
||||
arch: x86_64
|
||||
build_type: full
|
||||
qt_source: aqt
|
||||
#- os: macOS-10.15
|
||||
# build_type: full
|
||||
# qt_source: aqt
|
||||
|
@ -135,7 +140,7 @@ jobs:
|
|||
echo "APP_TARGET_NAME=Overte" >> $GITHUB_ENV
|
||||
fi
|
||||
# Windows build variables
|
||||
if [ "${{ matrix.os }}" = "Windows 2019" ]; then
|
||||
if [[ "${{ matrix.os }}" = "Windows"* ]]; then
|
||||
echo "CONAN_CPPSTD=17" >> $GITHUB_ENV
|
||||
echo "PYTHON_EXEC=python" >> $GITHUB_ENV
|
||||
echo "INSTALLER_EXT=exe" >> $GITHUB_ENV
|
||||
|
|
Loading…
Reference in a new issue