Skip to content

Commit

Permalink
Update CircleCI to use Orb v2 (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmao-rreichle committed Jan 26, 2024
2 parents 8459e1b + 729a3fa commit 23f8320
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
version: 2.1

# Anchor to prevent forgetting to update a version
baselibs_version: &baselibs_version v7.16.0
# Anchors in case we need to override the defaults from the orb
#baselibs_version: &baselibs_version v7.17.0
#bcs_version: &bcs_version v11.4.0

orbs:
ci: geos-esm/circleci-tools@1
ci: geos-esm/circleci-tools@2

workflows:
build-test:
jobs:
# Build GEOSldas
- ci/build:
name: build-GEOSldas-on-<< matrix.compiler >>
context:
- docker-hub-creds
matrix:
parameters:
compiler: [ifort, gfortran]
baselibs_version: *baselibs_version
#baselibs_version: *baselibs_version
repo: GEOSldas
mepodevelop: false
persist_workspace: false # Needs to be true to run fv3/gcm experiment, costs extra

0 comments on commit 23f8320

Please sign in to comment.