summaryrefslogtreecommitdiffstats
path: root/ci
AgeCommit message (Collapse)Author
2020-03-20patch 8.2.0417: Travis CI config can be improvedv8.2.0417Bram Moolenaar
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)
2020-01-21patch 8.2.0140: CI does not test building doc tagsv8.2.0140Bram Moolenaar
Problem: CI does not test building doc tags. Solution: Add the vimtags/gcc build. Cleanup showing version. (Ozaki Kiichi, closes #5513)
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)