summaryrefslogtreecommitdiffstats
path: root/.github/workflows/autotools.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/autotools.yml')
-rw-r--r--.github/workflows/autotools.yml10
1 files changed, 9 insertions, 1 deletions
diff --git a/.github/workflows/autotools.yml b/.github/workflows/autotools.yml
index b31dbf9..b75e75d 100644
--- a/.github/workflows/autotools.yml
+++ b/.github/workflows/autotools.yml
@@ -73,6 +73,14 @@ jobs:
call-release-auto-aocc:
name: "Autotools aocc Workflows"
- uses: ./.github/workflows/aocc-ompi-auto.yml
+ uses: ./.github/workflows/aocc-auto.yml
with:
build_mode: "production"
+
+ call-release-auto-cygwin:
+ name: "Autotools Cygwin Workflows"
+ uses: ./.github/workflows/cygwin-auto.yml
+ with:
+ build_mode: "production"
+
+ \ No newline at end of file