Revision abfdea1171a642ae9562f206f55de18dff988559 authored by Jon Wolfe on 21 April 2022, 17:30:08 UTC, committed by Jon Wolfe on 21 April 2022, 17:30:08 UTC
1 parent 90ff912
Raw File
config.yml
version: 2.1
jobs:
  build:
    machine:
      image: ubuntu-2004:202010-01
    steps:
      - checkout
      - run: bash .circleci/setup.sh
      - run: bash .circleci/checkout.sh
      - run: bash .circleci/container.sh
      - run:
          command: singularity exec --hostname singularity e3sm.sif .circleci/run.sh
          no_output_timeout: 60m
back to top