summaryrefslogtreecommitdiffstats
path: root/.github/workflows/cmake.yml
diff options
context:
space:
mode:
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