Skip to content

Commit

Permalink
Allow for Atlas binaries in Github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
reuterbal committed Jul 18, 2023
1 parent 95aaef3 commit 8a73dbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/verify-targets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ fi
if [[ "$atlas_flag" == "--with-atlas" ]]
then
targets+=(dwarf-cloudsc-fortran-atlas)
# Atlas builds a number of binaries that end up in bin, too:
targets+=(atlas atlas-atest-mgrids atlas-gaussian-latitudes atlas-grids atlas-io-list atlas-meshgen)
fi

if [[ "$pyiface_flag" == "--cloudsc-fortran-pyiface=ON" ]]
Expand Down

0 comments on commit 8a73dbe

Please sign in to comment.