summaryrefslogtreecommitdiffstats
path: root/.github/workflows/cmake.yml
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2024-03-14 14:16:53 (GMT)
committerGitHub <noreply@github.com>2024-03-14 14:16:53 (GMT)
commit112f445019484597a0add53e78970323713213fb (patch)
tree40345174ee201c93203f2b9063f95860f3d6f495 /.github/workflows/cmake.yml
parent782c0e5a8ce1970cdcff14e3fac5175aca89cf57 (diff)
downloadhdf5-112f445019484597a0add53e78970323713213fb.zip
hdf5-112f445019484597a0add53e78970323713213fb.tar.gz
hdf5-112f445019484597a0add53e78970323713213fb.tar.bz2
Add cygwin CI and update yaml files for consistency and accuracy (#4131)
* Add cygwin CI * add cygwin packages * Correct option names * Cleanup yaml file and synch look and feel * Synch CI look and feel and correct path issues * Upgrade oneapi version * pwsh needs env: for vars * No continuation char for pwsh * restore correct pwsh step * Run subset of tests for cygwin workflow * Remove space chars in regex * restore full tests
Diffstat (limited to '.github/workflows/cmake.yml')
-rw-r--r--.github/workflows/cmake.yml11
1 files changed, 9 insertions, 2 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml
index b7f8a2b..c0077ce 100644
--- a/.github/workflows/cmake.yml
+++ b/.github/workflows/cmake.yml
@@ -75,7 +75,14 @@ jobs:
build_mode: "Release"
call-release-cmake-aocc:
- name: "CMake nvhpc Workflows"
- uses: ./.github/workflows/aocc-ompi-cmake.yml
+ name: "CMake aocc Workflows"
+ uses: ./.github/workflows/aocc-cmake.yml
+ with:
+ build_mode: "Release"
+
+ call-release-cmake-cygwin:
+ name: "CMake Cygwin Workflows"
+ uses: ./.github/workflows/cygwin-cmake.yml
with:
build_mode: "Release"
+ \ No newline at end of file