summaryrefslogtreecommitdiff
path: root/.appveyor.yml
Commit message (Collapse)AuthorAgeFilesLines
* patch 9.0.1206: testing with Python on AppVeyor does not work properlyv9.0.1206Christopher Plewright2023-01-161-23/+3
| | | | | | Problem: Testing with Python on AppVeyor does not work properly. Solution: Fix typo. Move most lines to the .bat file. (Christopher Plewright, closes #11828)
* patch 9.0.1190: AppVeyor runs much slower with MSVC 2022v9.0.1190Christopher Plewright2023-01-131-3/+23
| | | | | Problem: AppVeyor runs much slower with MSVC 2022. Solution: Go back to MSVC 2015. (Christopher Plewright, closes #11810)
* patch 9.0.1177: AppVeyor uses some older toolsv9.0.1177Christopher Plewright2023-01-111-4/+17
| | | | | | Problem: AppVeyor uses some older tools. Solution: Switch to Visual Studio 2022 and Python 3.11. (Christopher Plewright, closes #11793)
* patch 9.0.1146: MS-Windows: various special keys/modifiers are not mappablev9.0.1146Christopher Plewright2023-01-041-0/+2
| | | | | | Problem: MS-Windows: various special keys and modifiers are not mappable. Solution: Adjust the handling of keys with modifiers. (Christian Plewright, closes #11768)
* patch 9.0.1113: users cannot easily try out a PRv9.0.1113Christian Brabandt2022-12-301-0/+6
| | | | | | Problem: Users cannot easily try out a PR. Solution: Add an "artifacts" section to the AppVeyor CI config. (Christian Brabandt, closes #11762)
* patch 9.0.0657: too many #ifdefsv9.0.0657Martin Tournoij2022-10-041-1/+0
| | | | | | 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)
* patch 9.0.0529: appveyor setup contains outdated linesv9.0.0529K.Takata2022-09-211-4/+1
| | | | | Problem: Appveyor setup contains outdated lines. Solution: Remove outdated lines. (Ken Takata, closes #11182)
* patch 9.0.0522: build fails on Appveyorv9.0.0522Bram Moolenaar2022-09-201-0/+2
| | | | | Problem: Build fails on Appveyor. Solution: Select Visual Studio 2015 for the build tools.
* patch 9.0.0421: MS-Windows makefiles are inconsistently namedv9.0.0421K.Takata2022-09-091-3/+3
| | | | | Problem: MS-Windows makefiles are inconsistently named. Solution: Use consistent names. (Ken Takata, closes #11088)
* patch 8.2.2346: Codecov reports every little coverage dropv8.2.2346Bram Moolenaar2021-01-141-0/+34
Problem: Codecov reports every little coverage drop. Solution: Tolerate a 0.05% drop. Hide the appveyor config file. (Ozaki Kiichi, closes #7678)