Skip to content

Commit

Permalink
ci:windows: use workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Jan 8, 2024
1 parent 7681304 commit bb9221f
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .github/workflows/ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb9221f

Please sign in to comment.