Patch 8.2.4889
Problem: CI only tests with FreeBSD 12.
Solution: Also test with FreeBSD 13. (closes #10366)
Files: .cirrus.yml
*** ../vim-8.2.4888/.cirrus.yml 2022-05-01 20:43:44.978152085 +0100
--- .cirrus.yml 2022-05-06 16:08:24.886032120 +0100
***************
*** 2,12 ****
CIRRUS_CLONE_DEPTH: 3
FEATURES: huge
! freebsd_12_task:
only_if: $CIRRUS_TAG == ''
timeout_in: 20m
- freebsd_instance:
- image: freebsd-12-3-release-amd64
install_script:
- pkg update -f
- pkg install -y gettext
--- 2,18 ----
CIRRUS_CLONE_DEPTH: 3
FEATURES: huge
! freebsd_task:
! name: FreeBSD
! matrix:
! - name: FreeBSD 13.1
! freebsd_instance:
! image_family: freebsd-13-1
! - name: FreeBSD 12.3
! freebsd_instance:
! image_family: freebsd-12-3
only_if: $CIRRUS_TAG == ''
timeout_in: 20m
install_script:
- pkg update -f
- pkg install -y gettext
*** ../vim-8.2.4888/src/version.c 2022-05-06 15:47:01.618335092 +0100
--- src/version.c 2022-05-06 16:09:40.670002447 +0100
***************
*** 748,749 ****
--- 748,751 ----
{ /* Add new patch number below this line */
+ /**/
+ 4889,
/**/
--
hundred-and-one symptoms of being an internet addict:
117. You are more comfortable typing in html.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20220506151145.D16AD1C03B1%40moolenaar.net.