Skip to content

Commit

Permalink
Per #2948, adding --enable-all MET_CXX_STANDARD=11 job
Browse files Browse the repository at this point in the history
  • Loading branch information
Julie Prestopnik committed Aug 27, 2024
1 parent 9a54f4f commit 6159a47
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/compilation_options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- jobid: 'job1'
config: ''
- jobid: 'job2'
config: '--enable-all'
config: '--enable-all'
- jobid: 'job3'
config: '--enable-grib2'
- jobid: 'job4'
Expand All @@ -63,6 +63,8 @@ jobs:
config: '--enable-mode_graphics'
- jobid: 'job8'
config: '--enable-modis'
- jobid: 'job9'
config: '--enable-all MET_CXX_STANDARD=11'
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 6159a47

Please sign in to comment.