Index: appveyor.yml =================================================================== diff -u -N -r6c876e33944223841ff08978917d040b207ff657 -rb0457f283004dc6a795b901295228577d419927c --- appveyor.yml (.../appveyor.yml) (revision 6c876e33944223841ff08978917d040b207ff657) +++ appveyor.yml (.../appveyor.yml) (revision b0457f283004dc6a795b901295228577d419927c) @@ -22,8 +22,10 @@ - set CHERE_INVOKING=1 # - set PATH=%CD%\%MINGW_DIR%\bin;C:\msys64\usr\bin;%PATH% - set PATH=C:\msys64\mingw64\bin;C:\msys64\usr\bin;%PATH% - - bash -lc "echo \"export PATH=/c/msys64/mingw64/bin:\$PATH\" >> ~/.bash_profile" + - bash -lc "echo \"export PATH=/c/msys64/mingw64/bin:\$PATH; export MSYSTEM=MINGW64;\" >> ~/.bash_profile" build_script: - tclkit.exe apps/build.tcl %CD% %APPVEYOR_BUILD_FOLDER% %TCLTAG% - \ No newline at end of file + +on_failure: + - cat win\tcl\config.log \ No newline at end of file