Patch 9.0.0580
Problem: No CI running for MacOS on M1.
Solution: Add a cirrus CI task. (closes #11203)
Files: .cirrus.yml
*** ../vim-9.0.0579/.cirrus.yml 2022-05-06 16:08:24.000000000 +0100
--- .cirrus.yml 2022-09-24 19:28:13.639737512 +0100
***************
*** 11,17 ****
- name: FreeBSD 12.3
freebsd_instance:
image_family: freebsd-12-3
- only_if: $CIRRUS_TAG == ''
timeout_in: 20m
install_script:
- pkg update -f
--- 11,16 ----
***************
*** 26,28 ****
--- 25,44 ----
- pw useradd cirrus -m
- chown -R cirrus:cirrus .
- sudo -u cirrus make test
+
+ macos_task:
+ name: macOS m1
+ macos_instance:
+ image: ghcr.io/cirruslabs/macos-ventura-xcode:latest
+ timeout_in: 20m
+ install_script:
+ - uname -a
+ - brew update
+ - brew install gettext libtool
+ build_script:
+ - NPROC=$(getconf _NPROCESSORS_ONLN)
+ - ./configure --with-features=${FEATURES} --disable-channel
+ - make -j${NPROC} CC=clang
+ test_script:
+ - src/vim --version
+ - make CC=clang test
*** ../vim-9.0.0579/src/version.c 2022-09-24 19:20:26.575649263 +0100
--- src/version.c 2022-09-24 19:29:32.767701479 +0100
***************
*** 701,702 ****
--- 701,704 ----
{ /* Add new patch number below this line */
+ /**/
+ 580,
/**/
--
"Hit any key to continue" it said, but nothing happened after F sharp.
/// 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/20220924183251.1383F1C0728%40moolenaar.net.