summaryrefslogtreecommitdiffstats
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r--.github/workflows/main.yml24
1 files changed, 23 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index f75378f..d7e5368 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -269,7 +269,7 @@ jobs:
cmake: "Debug"
autotools: "debug"
- - name: "Ubuntu gcc Autotools -Werror (build only)"
+ - name: "Ubuntu gcc Autotools -Werror (build only) DBG"
os: ubuntu-latest
cpp: enable
fortran: disable
@@ -291,6 +291,28 @@ jobs:
cmake: "Debug"
autotools: "debug"
+ - name: "Ubuntu gcc Autotools -Werror (build only) REL"
+ os: ubuntu-latest
+ cpp: enable
+ fortran: disable
+ java: disable
+ parallel: disable
+ mirror_vfd: enable
+ direct_vfd: enable
+ deprec_sym: enable
+ default_api: v114
+ toolchain: ""
+ generator: "autogen"
+ flags: "CFLAGS=-Werror"
+ run_tests: false
+ thread_safety:
+ - enabled: false
+ text: ""
+ build_mode:
+ - text: "REL"
+ cmake: "Release"
+ autotools: "production"
+
# Sets the job's name from the properties
name: "${{ matrix.name }}${{ matrix.build_mode.text }}${{ matrix.thread_safety.text }}"