summaryrefslogtreecommitdiff
path: root/ci
Commit message (Collapse)AuthorAgeFilesLines
* 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)