mirror of https://github.com/ecmwf/eccodes.git
GitHub actions
This commit is contained in:
parent
2fd0579a84
commit
7c2a189245
|
@ -3,7 +3,7 @@ build:
|
|||
- ecbuild
|
||||
- ninja
|
||||
- aec
|
||||
- netcdf4/new
|
||||
- netcdf4
|
||||
parallel: 64
|
||||
cmake_options:
|
||||
- -DENABLE_EXTRA_TESTS=1
|
||||
|
|
|
@ -8,7 +8,7 @@ module unload ecmwf-toolbox
|
|||
module load cdo/new
|
||||
module load numdiff
|
||||
module load nccmp
|
||||
module load netcdf4/new
|
||||
module load netcdf4
|
||||
module load gnuparallel/new
|
||||
module load python3
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
ecbuild
|
||||
ninja
|
||||
aec
|
||||
netcdf4/new
|
||||
netcdf4
|
||||
--parallel: 64
|
||||
--cmake-options: |
|
||||
-DENABLE_EXTRA_TESTS=1
|
||||
|
|
Loading…
Reference in New Issue