311b45c46c5310a1ed91c04973fe41505238c066
[alexxy/gromacs.git] / admin / ci-templates / .image-templates.yml
1 .gcc5-template:
2   image: gromacs/ci-gcc-5:2020
3
4 .gcc6-template:
5   image: gromacs/ci-gcc-6:2020
6
7 .gcc7-template:
8   image: gromacs/ci-gcc-7:2020
9
10 .gcc8-template:
11   image: gromacs/ci-gcc-8:2020
12
13 .clang6-template:
14   image: gromacs/ci-clang-6:2020
15
16 .clang7-template:
17   image: gromacs/ci-clang-7:2020
18
19 .clang8-template:
20   image: gromacs/ci-clang-8:2020
21
22 .gcc5-gmxapi-template:
23   image: gromacs/ci-gcc-5-gmxapi:2020
24
25 .gcc6-gmxapi-template:
26   image: gromacs/ci-gcc-6-gmxapi:2020
27
28 .gcc7-gmxapi-template:
29   image: gromacs/ci-gcc-7-gmxapi:2020
30
31 .gcc8-gmxapi-template:
32   image: gromacs/ci-gcc-8-gmxapi:2020
33
34 .clang6-gmxapi-template:
35   image: gromacs/ci-clang-6-gmxapi:2020
36
37 .clang7-gmxapi-template:
38   image: gromacs/ci-clang-7-gmxapi:2020
39
40 .clang8-gmxapi-template:
41   image: gromacs/ci-clang-8-gmxapi:2020
42
43 .gcc-8-cuda-10.2-template:
44   image: gromacs/ci-gcc-8-cuda-10.2:2020
45   variables:
46     CUDA_BASE_VERSION: "10.2"
47     COMPILER_MAJOR_VERSION: 8
48