-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.cirrus.yml
35 lines (35 loc) · 828 Bytes
/
.cirrus.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
task:
matrix:
- name: FreeBSD
freebsd_instance:
image_family: freebsd-13-3
env:
matrix:
- JULIA_VERSION: 1.6
- JULIA_VERSION: lts
- JULIA_VERSION: 1
- JULIA_VERSION: nightly
- name: Linux ARMv8
arm_container:
image: ubuntu:latest
env:
- JULIA_VERSION: 1
- name: musl Linux
container:
image: alpine:latest
env:
- JULIA_VERSION: 1
- name: macOS M1
macos_instance:
image: ghcr.io/cirruslabs/macos-sonoma-base:latest
env:
- JULIA_VERSION: 1
allow_failures: $JULIA_VERSION == 'nightly'
install_script:
- sh bin/install.sh
build_script:
- cirrusjl build
test_script:
- cirrusjl test
coverage_script:
- cirrusjl coverage codecov coveralls