summaryrefslogtreecommitdiff
path: root/.cirrus.yml
Commit message (Collapse)AuthorAgeFilesLines
* patch 9.0.1448: diff test fails on MacOS 13v9.0.1448ichizok2023-04-131-1/+1
| | | | | Problem: Diff test fails on MacOS 13. Solution: Install GNU diffutils. (Ozaki Kiichi, closes #12258)
* patch 9.0.1024: CI doesn't use the latest FreeBSD versionv9.0.1024Philip H2022-12-061-2/+2
| | | | | Problem: CI doesn't use the latest FreeBSD version. Solution: Go from 12.3 to 12.4. (closes #11423)
* patch 9.0.0676: CI on Mac M1 with gcc actually uses clangv9.0.0676ichizok2022-10-061-17/+4
| | | | | Problem: CI on Mac M1 with gcc actually uses clang. Solution: Remove the gcc task. (Ozaki Kiichi, closes #11297)
* patch 9.0.0668: CI on Mac M1 only uses clangv9.0.0668Philip H2022-10-051-2/+17
| | | | | Problem: CI on Mac M1 only uses clang Solution: Also run with gcc. (closes #11263)
* patch 9.0.0596: CI on Mac M1 has the channel feature disabledv9.0.0596Philip H2022-09-261-1/+1
| | | | | Problem: CI on Mac M1 has the channel feature disabled. Solution: Include the channel feature.
* patch 9.0.0580: no CI running for MacOS on M1v9.0.0580Philip H2022-09-241-1/+17
| | | | | Problem: No CI running for MacOS on M1. Solution: Add a cirrus CI task. (closes #11203)
* patch 8.2.4889: CI only tests with FreeBSD 12v8.2.4889Philip H2022-05-061-3/+9
| | | | | Problem: CI only tests with FreeBSD 12. Solution: Also test with FreeBSD 13. (closes #10366)
* patch 8.2.4853: CI with FreeBSD is a bit outdatedv8.2.4853Philip H2022-05-011-2/+3
| | | | | Problem: CI with FreeBSD is a bit outdated. Solution: Use 12.3 instead of 12.1. (closes #10333)
* patch 8.2.2158: CI on cirrus times out, coveralls doesn't always runv8.2.2158Bram Moolenaar2020-12-181-0/+2
| | | | | Problem: CI on cirrus times out, coveralls doesn't always run. Solution: Set timeout to 20 minutes. Adjust condition. (closes #7493)
* patch 8.2.1340: some tests fail on Cirrus CI and/or with FreeBSDv8.2.1340Bram Moolenaar2020-08-011-2/+5
| | | | | | 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)
* patch 8.2.0705: indent tests don't run on CI for FreeBSDv8.2.0705Bram Moolenaar2020-05-061-2/+1
| | | | | Problem: Indent tests don't run on CI for FreeBSD. Solution: Set modeline. (Ozaki Kiichi, closes #6048)
* patch 8.1.2358: tests fail on Cirrus CI for FreeBSDv8.1.2358Bram Moolenaar2019-11-291-2/+3
| | | | | Problem: Tests fail on Cirrus CI for FreeBSD. Solution: Fix a test and skip some. (Christian Brabandt, closes #5281)
* patch 8.1.2354: Cirrus CI runs on another repositoryv8.1.2354Bram Moolenaar2019-11-281-3/+10
| | | | | Problem: Cirrus CI runs on another repository. Solution: Run Cirrus CI on vim/vim.
* patch 8.1.2352: CI doesn't cover FreeBSDv8.1.2352Bram Moolenaar2019-11-271-0/+9
Problem: CI doesn't cover FreeBSD. Solution: Configure Cirrus-CI. (Christian Brabandt, closes #5273)