Index: appveyor.yml =================================================================== diff -u -r8028ced69251bebd606787244fb0cf67208a224c -rd7e28d2e1a3926cd1e66cd80b9527fd5f53014f2 --- appveyor.yml (.../appveyor.yml) (revision 8028ced69251bebd606787244fb0cf67208a224c) +++ appveyor.yml (.../appveyor.yml) (revision d7e28d2e1a3926cd1e66cd80b9527fd5f53014f2) @@ -21,9 +21,9 @@ - appveyor DownloadFile "%TCLKIT_URL%" -FileName "%TCLKIT%" - set CHERE_INVOKING=1 # - set PATH=%CD%\%MINGW_DIR%\bin;C:\msys64\usr\bin;%PATH% - - set PATH=C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\bin;C:\msys64\usr\bin;%PATH% - # - bash -lc "echo \"export PATH=`pwd`/${MINGW_DIR}/bin:$PATH\" >> ~/.bash_profile" - - pacman -S --noconfirm --needed make + - set PATH=C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin;C:\msys64\usr\bin;%PATH% + - bash -lc "echo \"export PATH=/c/mingw-w64/x86_64-7.2.0-posix-seh-rt_v5-rev1/mingw64/bin:$PATH\" >> ~/.bash_profile" + # - pacman -S --noconfirm --needed make build_script: - tclkit.exe apps/build.tcl %CD% %APPVEYOR_BUILD_FOLDER% %TCLTAG%