summaryrefslogtreecommitdiffstats
path: root/ci/appveyor.bat
AgeCommit message (Collapse)Author
2023-01-16patch 9.0.1206: testing with Python on AppVeyor does not work properlyv9.0.1206Christopher Plewright
Problem: Testing with Python on AppVeyor does not work properly. Solution: Fix typo. Move most lines to the .bat file. (Christopher Plewright, closes #11828)
2023-01-15patch 9.0.1200: AppVeyor builds with an old Python versionv9.0.1200Christopher Plewright
Problem: AppVeyor builds with an old Python version. Solution: Switch from Python 3.8 to 3.11. (Christopher Plewright, closes #11814)
2023-01-13patch 9.0.1190: AppVeyor runs much slower with MSVC 2022v9.0.1190Christopher Plewright
Problem: AppVeyor runs much slower with MSVC 2022. Solution: Go back to MSVC 2015. (Christopher Plewright, closes #11810)
2023-01-11patch 9.0.1177: AppVeyor uses some older toolsv9.0.1177Christopher Plewright
Problem: AppVeyor uses some older tools. Solution: Switch to Visual Studio 2022 and Python 3.11. (Christopher Plewright, closes #11793)
2022-01-26patch 8.2.4222: MS-Windows: clumsy way to suppress progress on CIv8.2.4222K.Takata
Problem: MS-Windows: clumsy way to suppress progress on CI. Solution: Check for "$CI" in the Makefile itself. (Ken Takata, closes #9631)
2021-05-29patch 8.2.2899: Appveyor script does not detect nmake failurev8.2.2899K.Takata
Problem: Appveyor script does not detect nmake failure. Solution: Explicitly check for executable. (Ken Takata, closes #8281)
2020-07-29patch 8.2.1317: MS-Windows tests on AppVeyor are slowv8.2.1317Bram Moolenaar
Problem: MS-Windows tests on AppVeyor are slow. Solution: Use GitHub Actions. (Ken Takata, closes #6569)
2020-06-19patch 8.2.1017: Appveyor output doesn't show MinGW console featuresv8.2.1017Bram Moolenaar
Problem: Appveyor output doesn't show MinGW console features. Solution: List the features of the console build.
2019-07-16patch 8.1.1701: Appveyor build with MSVC fails puts progress bar in logv8.1.1701Bram Moolenaar
Problem: Appveyor build with MSVC fails puts progress bar in log. Solution: Adjust the sed command. (Ken Takata)
2019-07-15patch 8.1.1698: Appveyor build with MSVC failsv8.1.1698Bram Moolenaar
Problem: Appveyor build with MSVC fails. Solution: Remove the sed command
2019-02-03patch 8.1.0869: Travis CI script is too complicatedv8.1.0869Bram Moolenaar
Problem: Travis CI script is too complicated. Solution: Add names to environments. Move appveyor script outside of src directory. (Ozaki Kiichi, closes #3890)