Skip to content

Commit

Permalink
Appveyor Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
petasis committed Jan 2, 2025
1 parent 75caac3 commit 6bb193b
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ branches:
only:
- master

#image:
# - Visual Studio 2022
image:
- Visual Studio 2022
- Ubuntu
- macOS

platform:
- x86
Expand All @@ -15,16 +17,16 @@ platform:
configuration:
- Release

environment:
matrix:
- job_name: Windows
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022

- job_name: Linux
APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu

- job_name: macOS
APPVEYOR_BUILD_WORKER_IMAGE: macOS
#environment:
# matrix:
# - job_name: Windows
# APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
#
# - job_name: Linux
# APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu
#
# - job_name: macOS
# APPVEYOR_BUILD_WORKER_IMAGE: macOS

matrix:
fast_finish: true
Expand All @@ -41,7 +43,7 @@ for:
-
matrix:
only:
- job_name: Windows
- image: Visual Studio 2022

install:
- cmd: set TKDND_HOME=%cd%
Expand Down Expand Up @@ -125,7 +127,7 @@ for:
-
matrix:
only:
- job_name: Linux
- image: Ubuntu

init:
- echo "Init for Linux"
Expand Down Expand Up @@ -187,7 +189,7 @@ for:
-
matrix:
only:
- job_name: macOS
- image: macOS

init:
- echo "Init for macOS"
Expand Down

0 comments on commit 6bb193b

Please sign in to comment.