Skip to content

Commit 29d9237

Browse files
authored
Compiler-specific configs for ci on HPC
1 parent c715fc2 commit 29d9237

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

.github/ci-hpc-config.yml

+26-26
Original file line numberDiff line numberDiff line change
@@ -15,32 +15,32 @@ build:
1515

1616
gnu-12.2.0:
1717
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
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
3131

3232
gnu-8.5.0:
3333
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
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)