mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-12 15:45:21 +08:00
CI: Don't enable DAP on Cygwin
I don't know that it ever worked before, and it isn't working now.
This commit is contained in:
parent
0c10f11c7a
commit
ff5a18d822
3
.github/workflows/run_tests_win_cygwin.yml
vendored
3
.github/workflows/run_tests_win_cygwin.yml
vendored
@ -121,13 +121,10 @@ jobs:
|
|||||||
-DCMAKE_INSTALL_PREFIX=/tmp \
|
-DCMAKE_INSTALL_PREFIX=/tmp \
|
||||||
-DBUILD_SHARED_LIBS=ON \
|
-DBUILD_SHARED_LIBS=ON \
|
||||||
-DNETCDF_ENABLE_NETCDF_4=ON \
|
-DNETCDF_ENABLE_NETCDF_4=ON \
|
||||||
-DNETCDF_ENABLE_DAP=ON \
|
|
||||||
-DNETCDF_BUILD_UTILITIES=ON \
|
-DNETCDF_BUILD_UTILITIES=ON \
|
||||||
-DNETCDF_ENABLE_TESTS=ON \
|
-DNETCDF_ENABLE_TESTS=ON \
|
||||||
-DNETCDF_ENABLE_HDF5=ON \
|
-DNETCDF_ENABLE_HDF5=ON \
|
||||||
-DNETCDF_ENABLE_DAP=TRUE \
|
|
||||||
-DNETCDF_ENABLE_NCZARR=TRUE \
|
-DNETCDF_ENABLE_NCZARR=TRUE \
|
||||||
-DNETCDF_ENABLE_DAP_LONG_TESTS=TRUE \
|
|
||||||
-DNETCDF_ENABLE_PLUGINS=ON
|
-DNETCDF_ENABLE_PLUGINS=ON
|
||||||
if: ${{ success() }}
|
if: ${{ success() }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user