-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy path.cirrus.yml
More file actions
33 lines (33 loc) · 804 Bytes
/
.cirrus.yml
File metadata and controls
33 lines (33 loc) · 804 Bytes
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
latest_task:
container:
image: opencfd/openfoam-dev:latest
cpu: 4
memory: 10G
test_script:
- apt-get update
- apt-get install -y python3 python-is-python3
- /usr/bin/openfoam ./Allwmake -j
v2206_task:
container:
image: opencfd/openfoam-dev:2206
cpu: 1
test_script:
- apt-get update
- apt-get install -y python3 python-is-python3
- /usr/bin/openfoam ./Allwmake
v2112_task:
container:
cpu: 1
image: opencfd/openfoam-dev:2112
test_script:
- apt-get update
- apt-get install -y python3 python-is-python3
- /usr/bin/openfoam ./Allwmake
v2106_task:
container:
cpu: 1
image: opencfd/openfoam-dev:2106
test_script:
- apt-get update
- apt-get install -y python3 python-is-python3
- /usr/bin/openfoam ./Allwmake