Skip to content

Commit

Permalink
Appveyor Fixes (macOS)
Browse files Browse the repository at this point in the history
  • Loading branch information
petasis committed Jan 3, 2025
1 parent 5424516 commit fd9213c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ environment:
TCL_VERSION: 8.6

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

platform:
- x86
Expand Down Expand Up @@ -210,8 +210,10 @@ for:
- if [[ "$PLATFORM" == "x64" ]]; then export PLATFORM_CPU_ARCH="x86_64"; fi
- export PLATFORM_CPU_ARCH=`uname -m`
- export PLATFORM_OS_VERSION=`sw_vers -productVersion`
- export PLATFORM_MACHINE=`machine`
- export CONFIGURE_ARGS=""
- export TKDND_HOME=`pwd`
- echo "${PLATFORM_CPU_ARCH} ${PLATFORM_OS_VERSION} ${PLATFORM_MACHINE}"

install:
- brew install gnu-tar
Expand Down

0 comments on commit fd9213c

Please sign in to comment.