Skip to content

Commit 5ebb088

Browse files
committed
260221.232218.CET try cirrus
1 parent 3ab0515 commit 5ebb088

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.cirrus.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ task:
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

@@ -26,6 +26,14 @@ task:
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
@@ -39,14 +47,6 @@ task:
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

0 commit comments

Comments
 (0)