summaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
AgeCommit message (Collapse)Author
2020-12-18patch 8.2.2158: CI on cirrus times out, coveralls doesn't always runv8.2.2158Bram Moolenaar
Problem: CI on cirrus times out, coveralls doesn't always run. Solution: Set timeout to 20 minutes. Adjust condition. (closes #7493)
2020-08-01patch 8.2.1340: some tests fail on Cirrus CI and/or with FreeBSDv8.2.1340Bram Moolenaar
Problem: Some tests fail on Cirrus CI and/or with FreeBSD. Solution: Make 'backupskip' empty. Do not run tests as root. Check for directory when using viminfo. (Ozaki Kiichi, closes #6596)
2020-05-06patch 8.2.0705: indent tests don't run on CI for FreeBSDv8.2.0705Bram Moolenaar
Problem: Indent tests don't run on CI for FreeBSD. Solution: Set modeline. (Ozaki Kiichi, closes #6048)
2019-11-29patch 8.1.2358: tests fail on Cirrus CI for FreeBSDv8.1.2358Bram Moolenaar
Problem: Tests fail on Cirrus CI for FreeBSD. Solution: Fix a test and skip some. (Christian Brabandt, closes #5281)
2019-11-28patch 8.1.2354: Cirrus CI runs on another repositoryv8.1.2354Bram Moolenaar
Problem: Cirrus CI runs on another repository. Solution: Run Cirrus CI on vim/vim.
2019-11-27patch 8.1.2352: CI doesn't cover FreeBSDv8.1.2352Bram Moolenaar
Problem: CI doesn't cover FreeBSD. Solution: Configure Cirrus-CI. (Christian Brabandt, closes #5273)