Patch 9.0.0580

3 views
Skip to first unread message

Bram Moolenaar

unread,
Sep 24, 2022, 2:33:05 PM9/24/22
to vim...@googlegroups.com

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 -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages