We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13d7500 commit c715fc2Copy full SHA for c715fc2
.github/ci-hpc-config.yml
@@ -12,3 +12,35 @@ build:
12
- -DENABLE_ALL_TESTS=ON
13
ctest_options:
14
- -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
34
35
+ - boost/1.84.0
36
37
+ - python3/3.11.8-01
38
39
40
41
42
43
44
45
46
0 commit comments