Skip to content

Commit

Permalink
Add Alpine arm64 test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rmisev committed Oct 3, 2023
1 parent 38d5dc7 commit 9ce8689
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
task:
skip: "changesIncludeOnly('.github/**' , 'doc/**', '**.md')"

name: FreeBSD
freebsd_instance:
matrix:
image_family: freebsd-13-2
image_family: freebsd-12-3
install_script: |
pkg install -y cmake git
matrix:
- name: Alpine
arm_container:
image: alpine:latest
install_script: |
apk update
apk add build-base cmake curl g++ git icu-dev
- name: FreeBSD
freebsd_instance:
matrix:
image_family: freebsd-13-2
image_family: freebsd-12-3
install_script: |
pkg install -y cmake git
build_script: |
./init.sh
cmake -S . -B build -DCMAKE_CXX_STANDARD=17
Expand Down

0 comments on commit 9ce8689

Please sign in to comment.