summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-05-27 16:49:37 (GMT)
committerGitHub <noreply@github.com>2023-05-27 16:49:37 (GMT)
commit40324e0c31eef2cfcf0289079c58f81717d65184 (patch)
treeac1cc1d5651e223e9d16b05ffd94e3d0455be695 /.github/workflows
parent79bb60c3f6f67411e5d70b84743fc9f6b6143cbc (diff)
downloadhdf5-40324e0c31eef2cfcf0289079c58f81717d65184.zip
hdf5-40324e0c31eef2cfcf0289079c58f81717d65184.tar.gz
hdf5-40324e0c31eef2cfcf0289079c58f81717d65184.tar.bz2
Cleans up Java JNI warnings and add java to -Werror checks (#2383)
Diffstat (limited to '.github/workflows')
-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