summaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
AgeCommit message (Collapse)Author
2023-10-05patch 9.0.1994: inconsistent feature descriptionv9.0.1994RestorerZ
Problem: inconsistent feature description Solution: delete old mentioned feature sets small and big The may however still be mentioned for historical reasons. e.g. The last Amiga built version is for Vim6.2 and is still a big version. closes: #13273 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: RestorerZ <restorer@mail2k.ru>
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-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)
2023-01-04patch 9.0.1146: MS-Windows: various special keys/modifiers are not mappablev9.0.1146Christopher Plewright
Problem: MS-Windows: various special keys and modifiers are not mappable. Solution: Adjust the handling of keys with modifiers. (Christian Plewright, closes #11768)
2022-12-30patch 9.0.1113: users cannot easily try out a PRv9.0.1113Christian Brabandt
Problem: Users cannot easily try out a PR. Solution: Add an "artifacts" section to the AppVeyor CI config. (Christian Brabandt, closes #11762)
2022-10-04patch 9.0.0657: too many #ifdefsv9.0.0657Martin Tournoij
Problem: Too many #ifdefs. Solution: Graduate the +cmdwin feature. Now the tiny and small builds are equal, drop the small build. (Martin Tournoij, closes #11268)
2022-09-21patch 9.0.0529: appveyor setup contains outdated linesv9.0.0529K.Takata
Problem: Appveyor setup contains outdated lines. Solution: Remove outdated lines. (Ken Takata, closes #11182)
2022-09-20patch 9.0.0522: build fails on Appveyorv9.0.0522Bram Moolenaar
Problem: Build fails on Appveyor. Solution: Select Visual Studio 2015 for the build tools.
2022-09-09patch 9.0.0421: MS-Windows makefiles are inconsistently namedv9.0.0421K.Takata
Problem: MS-Windows makefiles are inconsistently named. Solution: Use consistent names. (Ken Takata, closes #11088)
2021-01-14patch 8.2.2346: Codecov reports every little coverage dropv8.2.2346Bram Moolenaar
Problem: Codecov reports every little coverage drop. Solution: Tolerate a 0.05% drop. Hide the appveyor config file. (Ozaki Kiichi, closes #7678)