forked from alpaka-group/alpaka3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitlab-ci.yml
More file actions
53 lines (47 loc) · 1.13 KB
/
Copy path.gitlab-ci.yml
File metadata and controls
53 lines (47 loc) · 1.13 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
.base:
variables:
APCI_ALPAKA_ROOT: "$CI_PROJECT_DIR"
APCI_HIP : 0
script:
- $APCI_ALPAKA_ROOT/script/ci/job_info.sh
- $APCI_ALPAKA_ROOT/script/ci/install_dependencies.sh
- $APCI_ALPAKA_ROOT/script/ci/configure.sh
tags:
- x86_64
- cpuonly
gcc-13:
image: docker.io/ubuntu:24.04
extends: .base
variables:
APCI_DEVICE_COMPILER : gcc@13
APCI_CMAKE: 3.28.3
gcc-15:
image: docker.io/ubuntu:24.04
extends: .base
variables:
APCI_DEVICE_COMPILER : gcc@15
APCI_CMAKE: 3.28.3
gcc-12-agc:
image: registry.hzdr.de/crp/alpaka-group-container/alpaka-ci-ubuntu24.04-gcc:4.0
extends: .base
variables:
APCI_DEVICE_COMPILER : gcc@12
APCI_CMAKE: 3.31.4
clang-19:
image: docker.io/ubuntu:24.04
extends: .base
variables:
APCI_DEVICE_COMPILER : clang@19
APCI_CMAKE: 3.28.3
clang-21:
image: docker.io/ubuntu:24.04
extends: .base
variables:
APCI_DEVICE_COMPILER : clang@21
APCI_CMAKE: 3.28.3
clang-20-agc:
image: registry.hzdr.de/crp/alpaka-group-container/alpaka-ci-ubuntu24.04-gcc:4.0
extends: .base
variables:
APCI_DEVICE_COMPILER : clang@20
APCI_CMAKE: 3.31.4