Skip to content

Commit fd9213c

Browse files
committed
Appveyor Fixes (macOS)
1 parent 5424516 commit fd9213c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.appveyor.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ environment:
1010
TCL_VERSION: 8.6
1111

1212
image:
13-
# - Ubuntu
14-
# - Visual Studio 2022
15-
# - macOS
13+
- Ubuntu
14+
- Visual Studio 2022
1615
- macos-sonoma
16+
# - macOS
1717

1818
platform:
1919
- x86
@@ -210,8 +210,10 @@ for:
210210
- if [[ "$PLATFORM" == "x64" ]]; then export PLATFORM_CPU_ARCH="x86_64"; fi
211211
- export PLATFORM_CPU_ARCH=`uname -m`
212212
- export PLATFORM_OS_VERSION=`sw_vers -productVersion`
213+
- export PLATFORM_MACHINE=`machine`
213214
- export CONFIGURE_ARGS=""
214215
- export TKDND_HOME=`pwd`
216+
- echo "${PLATFORM_CPU_ARCH} ${PLATFORM_OS_VERSION} ${PLATFORM_MACHINE}"
215217

216218
install:
217219
- brew install gnu-tar

0 commit comments

Comments
 (0)