Skip to content

Commit b6f7aff

Browse files
authored
Changed quick-build pipeline to one with CMake >=3.13
1 parent e33a16d commit b6f7aff

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.ci-pipelines/quick-build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,16 @@ pr:
2424
# Basic agent and container set up
2525
pool:
2626
vmImage: 'ubuntu-latest'
27-
container: liambindle/penelope:0.1.0-ubuntu16.04-gcc7-netcdf4.5.0-netcdff4.4.4
27+
container: liambindle/penelope:0.1.0-centos7-gcc8-netcdf4.5.0-netcdff4.4.4
2828

2929

3030
# Try building GEOS-Chem
3131
steps:
3232
- checkout: self
3333
submodules: true
3434
- script: |
35-
module load gcc/7
35+
source /init.rc
36+
module load gcc/8
3637
spack load hdf5
3738
spack load netcdf
3839
spack load netcdf-fortran

0 commit comments

Comments
 (0)