From bb9221f902c7d45f535b09d973feeb81043a9500 Mon Sep 17 00:00:00 2001 From: scivision Date: Sun, 7 Jan 2024 21:28:49 -0500 Subject: [PATCH] ci:windows: use workflow --- .github/workflows/ci_windows.yml | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci_windows.yml b/.github/workflows/ci_windows.yml index bd070e0..035f159 100644 --- a/.github/workflows/ci_windows.yml +++ b/.github/workflows/ci_windows.yml @@ -33,20 +33,13 @@ jobs: - uses: actions/checkout@v4 - - name: configure nc4fortran - run: >- - cmake - --preset multi - --install-prefix ${{ runner.temp }} - -DCMAKE_PREFIX_PATH=${{ runner.temp }} + - name: Debug workflow + run: cmake --workflow --preset debug - - run: cmake --build --preset debug - - run: ctest --preset debug + - name: Release workflow + run: cmake --workflow --preset release - - run: cmake --build --preset release - - run: ctest --preset release - - - run: cmake --install build +# - run: cmake --install build # NetCDF-C packaging issue with HDF5--ignores CMAKE_MODULE_PATH and uses broken factory FindHDF5 # and can't seem to override