image: Visual Studio 2017 cache: - x86_64-8.1.0-release-win32-seh-rt_v6-rev0.7z environment: MINGW_DIR: mingw64 MINGW_URL: https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/mingw-builds/8.1.0/threads-win32/seh/x86_64-8.1.0-release-win32-seh-rt_v6-rev0.7z MINGW_ARCHIVE: x86_64-8.1.0-release-win32-seh-rt_v6-rev0.7z TCLKIT_URL: http://kitcreator.rkeene.org/kits/43b2a6f8b159514a79e4330cb4d2dbb3a47f7acc/tclkit.exe TCLKIT: tclkit.exe matrix: - TCLTAG: core-8-6-8 - TCLTAG: core-8-6-branch install: - set PATH=C:\msys64\usr\bin;%PATH% - if not exist "%MINGW_ARCHIVE%" appveyor DownloadFile "%MINGW_URL%" -FileName "%MINGW_ARCHIVE%" - 7z x -y "%MINGW_ARCHIVE%" > nul - appveyor DownloadFile "%TCLKIT_URL%" -FileName "%TCLKIT%" - set CHERE_INVOKING=1 - bash -lc "echo \"export PATH=`pwd`/${MINGW_DIR}/bin:$PATH\" >> ~/.bash_profile" build_script: - tclkit.exe apps/build.tcl %CD% %APPVEYOR_BUILD_FOLDER% %TCLTAG%