Skip to content

Commit

Permalink
mingw2
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHeimbigner committed May 5, 2024
1 parent d1f68cb commit 18435f2
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/run_tests_win_mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,16 +103,15 @@ jobs:
-B build \
-S . \
-DCMAKE_INSTALL_PREFIX=${MINGW_PREFIX} \
-DENABLE_NETCDF_4=ON \
-DENABLE_DAP=ON \
-DNETCDF_ENABLE_DAP=ON \
-DBUILD_UTILITIES=ON \
-DBUILD_SHARED_LIBS=ON \
-DENABLE_TESTS=ON \
-DENABLE_DAP=TRUE \
-DENABLE_HDF5=TRUE \
-DENABLE_NCZARR=TRUE \
-DENABLE_DAP_LONG_TESTS=TRUE \
-DENABLE_PLUGINS=ON
-DNETCDF_ENABLE_TESTS=ON \
-DNETCDF_ENABLE_DAP=TRUE \
-DNETCDF_ENABLE_HDF5=TRUE \
-DNETCDF_ENABLE_NCZARR=TRUE \
-DNETCDF_ENABLE_DAP_LONG_TESTS=TRUE \
-DNETCDF_ENABLE_PLUGINS=ON
if: ${{ success() }}

- name: (CMake) Look at CMakeCache.txt if error
Expand Down

0 comments on commit 18435f2

Please sign in to comment.