summaryrefslogtreecommitdiffstats
path: root/.github/workflows/autotools.yml
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-10-18 22:47:17 (GMT)
committerGitHub <noreply@github.com>2023-10-18 22:47:17 (GMT)
commit1a898e792ee629afa20962a136dbb239f9c8e774 (patch)
treea4c302d5045c869dc209a660002efb45354a90b9 /.github/workflows/autotools.yml
parent14a2c9eb12b11e6f297aa48edc7b47c485a99429 (diff)
downloadhdf5-1a898e792ee629afa20962a136dbb239f9c8e774.zip
hdf5-1a898e792ee629afa20962a136dbb239f9c8e774.tar.gz
hdf5-1a898e792ee629afa20962a136dbb239f9c8e774.tar.bz2
Add NV flags and update CI (#3711)
Diffstat (limited to '.github/workflows/autotools.yml')
-rw-r--r--.github/workflows/autotools.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/autotools.yml b/.github/workflows/autotools.yml
index ddc1a39..68d5a2f 100644
--- a/.github/workflows/autotools.yml
+++ b/.github/workflows/autotools.yml
@@ -52,3 +52,9 @@ jobs:
uses: ./.github/workflows/intel-auto.yml
with:
build_mode: "production"
+
+ call-release-auto-nvhpc:
+ name: "Autotools nvhpc Workflows"
+ uses: ./.github/workflows/nvhpc-auto.yml
+ with:
+ build_mode: "production"