Skip to content

Commit c715fc2

Browse files
authored
Add compiler-specific configs for ci on HPC
1 parent 13d7500 commit c715fc2

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.github/ci-hpc-config.yml

+32
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,35 @@ build:
1212
- -DENABLE_ALL_TESTS=ON
1313
ctest_options:
1414
- -L nightly
15+
16+
gnu-12.2.0:
17+
build:
18+
modules:
19+
- boost/1.81.0
20+
- ninja
21+
- python3/3.10.10-01
22+
- qt
23+
- cmake/new
24+
dependencies:
25+
- ecmwf/ecbuild@develop
26+
parallel: 64
27+
cmake_options:
28+
- -DENABLE_ALL_TESTS=ON
29+
ctest_options:
30+
- -L nightly
31+
32+
gnu-8.5.0:
33+
build:
34+
modules:
35+
- boost/1.84.0
36+
- ninja
37+
- python3/3.11.8-01
38+
- qt
39+
- cmake/new
40+
dependencies:
41+
- ecmwf/ecbuild@develop
42+
parallel: 64
43+
cmake_options:
44+
- -DENABLE_ALL_TESTS=ON
45+
ctest_options:
46+
- -L nightly

0 commit comments

Comments
 (0)