Revision 4c60c6b6c049f3ea16de61f103bbdebf7dc69847 authored by James Foucar on 05 October 2021, 21:08:29 UTC, committed by James Foucar on 05 October 2021, 21:08:29 UTC
1 parent 73c6273
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