Skip to content

Commit

Permalink
use gcc builds on arm64 as well (Mac m1)
Browse files Browse the repository at this point in the history
  • Loading branch information
pheiduck committed Oct 3, 2022
1 parent eb47d6d commit 05e65ff
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions .cirrus.yml
Expand Up @@ -27,12 +27,27 @@ freebsd_task:
- sudo -u cirrus make test

macos_task:
name: macOS m1
name: macOS (arm64 gcc)
macos_instance:
image: ghcr.io/cirruslabs/macos-ventura-xcode:latest
timeout_in: 20m
install_script:
- brew update
- brew install gettext libtool
build_script:
- NPROC=$(getconf _NPROCESSORS_ONLN)
- ./configure --with-features=${FEATURES}
- make -j${NPROC}
test_script:
- src/vim --version
- make test

macos_task:
name: macOS (arm64 clang)
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:
Expand Down

0 comments on commit 05e65ff

Please sign in to comment.