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.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index c6f9c9c..3ca25d3 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -319,11 +319,12 @@ jobs:
cmake: "Debug"
autotools: "debug"
+ # Debug -Werror
- name: "Ubuntu gcc Autotools -Werror (build only)"
os: ubuntu-latest
cpp: enable
fortran: disable
- java: disable
+ java: enable
parallel: disable
mirror_vfd: disable
direct_vfd: enable
@@ -342,11 +343,12 @@ jobs:
cmake: "Debug"
autotools: "debug"
+ # Production/Release -Werror
- name: "Ubuntu gcc Autotools -Werror (build only)"
os: ubuntu-latest
cpp: enable
fortran: disable
- java: disable
+ java: enable
parallel: disable
mirror_vfd: disable
direct_vfd: enable