summaryrefslogtreecommitdiff
path: root/ci
Commit message (Collapse)AuthorAgeFilesLines
* patch 9.0.1479: small source file problems; outdated list of distrib. filesv9.0.1479Bram Moolenaar2023-04-221-8/+0
| | | | | Problem: Small source file problems; outdated list of distributed files. Solution: Small updates to source files and list of distributed files.
* patch 9.0.1473: CI does not run sound testsv9.0.1473ichizok2023-04-211-19/+0
| | | | | | Problem: CI does not run sound tests. Solution: Re-enable sound tests. Use "apt-get" instead of "apt". (Ozaki Kiichi, closes #12280)
* patch 9.0.1206: testing with Python on AppVeyor does not work properlyv9.0.1206Christopher Plewright2023-01-161-3/+47
| | | | | | 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.1200: AppVeyor builds with an old Python versionv9.0.1200Christopher Plewright2023-01-151-1/+29
| | | | | | Problem: AppVeyor builds with an old Python version. Solution: Switch from Python 3.8 to 3.11. (Christopher Plewright, closes #11814)
* patch 9.0.1190: AppVeyor runs much slower with MSVC 2022v9.0.1190Christopher Plewright2023-01-131-1/+1
| | | | | 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-1/+1
| | | | | | Problem: AppVeyor uses some older tools. Solution: Switch to Visual Studio 2022 and Python 3.11. (Christopher Plewright, closes #11793)
* patch 8.2.4222: MS-Windows: clumsy way to suppress progress on CIv8.2.4222K.Takata2022-01-261-5/+3
| | | | | Problem: MS-Windows: clumsy way to suppress progress on CI. Solution: Check for "$CI" in the Makefile itself. (Ken Takata, closes #9631)
* patch 8.2.3922: cannot build with dynamic Ruby 3.1v8.2.3922ichizok2021-12-283-4/+5
| | | | | | Problem: Cannot build with dynamic Ruby 3.1. Solution: Add "_EXTRA" variables for CI. Add missing functions. (Ozaki Kiichi, closes #9420)
* patch 8.2.3770: new compiler warnings from clang-12 and clang-13v8.2.3770ichizok2021-12-091-0/+3
| | | | | Problem: New compiler warnings from clang-12 and clang-13. Solution: Adjust CI and suppress some warnings. (Ozaki Kiichi, closes #9314)
* patch 8.2.2899: Appveyor script does not detect nmake failurev8.2.2899K.Takata2021-05-291-6/+14
| | | | | Problem: Appveyor script does not detect nmake failure. Solution: Explicitly check for executable. (Ken Takata, closes #8281)
* patch 8.2.2733: detecting Lua version is not reliablev8.2.2733Bram Moolenaar2021-04-071-1/+1
| | | | | Problem: Detecting Lua version is not reliable. Solution: Add "vim.lua_version". (Ozaki Kiichi, closes #8080)
* patch 8.2.2241: Build with Ruby and clang may failv8.2.2241Bram Moolenaar2020-12-281-1/+1
| | | | | Problem: Build with Ruby and clang may fail. Solution: Adjust congigure and sed script. (Ozaki Kiichi, closes #7566)
* patch 8.2.2235: build failure with some Ruby versionsv8.2.2235Bram Moolenaar2020-12-281-1/+1
| | | | | Problem: Build failure with some Ruby versions. Solution: Adjust the code for Ruby 3.0. (Ozaki Kiichi, closes #7564)
* patch 8.2.2150: Github actions CI isn't used for all available platformsv8.2.2150Bram Moolenaar2020-12-172-0/+36
| | | | | Problem: Github actions CI isn't used for all available platforms. Solution: Update the github workflows. (Ozaki Kiichi, closes #7433)
* patch 8.2.1487: Travis: installing snd-dummy is not always usefulv8.2.1487Bram Moolenaar2020-08-191-1/+1
| | | | | Problem: Travis: installing snd-dummy is not always useful. Solution: Only install snd-dummy on amd64. (Ozaki Kiichi, closes #6738)
* patch 8.2.1317: MS-Windows tests on AppVeyor are slowv8.2.1317Bram Moolenaar2020-07-291-30/+14
| | | | | Problem: MS-Windows tests on AppVeyor are slow. Solution: Use GitHub Actions. (Ken Takata, closes #6569)
* patch 8.2.1017: Appveyor output doesn't show MinGW console featuresv8.2.1017Bram Moolenaar2020-06-191-1/+5
| | | | | Problem: Appveyor output doesn't show MinGW console features. Solution: List the features of the console build.
* patch 8.2.0828: Travis: regexp patttern doesn't work everywherev8.2.0828Bram Moolenaar2020-05-263-4/+5
| | | | | Problem: Travis: regexp patttern doesn't work everywhere. Solution: Use [:blank:] instead of \b. (Ozaki Kiichi, closes #6146)
* patch 8.2.0541: Travis CI does not give compiler warningsv8.2.0541Bram Moolenaar2020-04-113-0/+4
| | | | | | Problem: Travis CI does not give compiler warnings. Solution: Add flags for warnings. Fix uncovered problems. (Ozaki Kiichi, closes #5898)
* patch 8.2.0417: Travis CI config can be improvedv8.2.0417Bram Moolenaar2020-03-201-0/+8
| | | | | | Problem: Travis CI config can be improved. Solution: Remove COVERAGE variable. Add load-snd-dummy script. add "-i NONE" to avoid messages about viminfo. (Ozaki Kiichi, closes #5813)
* patch 8.2.0140: CI does not test building doc tagsv8.2.0140Bram Moolenaar2020-01-213-0/+45
| | | | | | Problem: CI does not test building doc tags. Solution: Add the vimtags/gcc build. Cleanup showing version. (Ozaki Kiichi, closes #5513)
* patch 8.1.1701: Appveyor build with MSVC fails puts progress bar in logv8.1.1701Bram Moolenaar2019-07-161-6/+7
| | | | | Problem: Appveyor build with MSVC fails puts progress bar in log. Solution: Adjust the sed command. (Ken Takata)
* patch 8.1.1698: Appveyor build with MSVC failsv8.1.1698Bram Moolenaar2019-07-151-5/+6
| | | | | Problem: Appveyor build with MSVC fails. Solution: Remove the sed command
* patch 8.1.0869: Travis CI script is too complicatedv8.1.0869Bram Moolenaar2019-02-031-0/+46
Problem: Travis CI script is too complicated. Solution: Add names to environments. Move appveyor script outside of src directory. (Ozaki Kiichi, closes #3890)