File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33 # Perform the task only if the folders or files specified below are changed
44 # See https://cirrus-ci.org/guide/writing-tasks/#conditional-task-execution
5- # skip: the task will be created / triggered, but its execution will be skipped, and it will be marked as successful.
6- # skip: "!changesInclude('.cirrus.yml', 'fortran/**', 'c/**', 'python/**')"
5+ # # skip: the task will be created / triggered, but its execution will be skipped, and it will be marked as successful.
6+ # # skip: "!changesInclude('.cirrus.yml', 'fortran/**', 'c/**', 'python/**')"
77 # only_if: the task will not be created / triggered.
88 only_if : " changesInclude('.cirrus.yml', 'fortran/**', 'c/**', 'python/**')"
99
2626 arm_container :
2727 image : fedora:latest
2828
29+ - name : AMD64 Alpine
30+ container :
31+ image : alpine:latest
32+
33+ - name : ARM64 Alpine
34+ arm_container :
35+ image : alpine:latest
36+
2937 - name : AMD64 FreeBSD
3038 freebsd_instance :
3139 image_family : freebsd-14-0
3947 # image_family: freebsd-14-0
4048 # architecture: arm64
4149
42- - name : AMD64 Alpine
43- container :
44- image : alpine:latest
45-
46- - name : ARM64 Alpine
47- arm_container :
48- image : alpine:latest
49-
5050
5151 dependencies_script : |
5252 set -x
You can’t perform that action at this time.
0 commit comments