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 330e7f0
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .github/workflows/ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,14 @@ jobs:

- uses: actions/checkout@v4

- name: configure nc4fortran
run: >-
cmake
--preset multi
--install-prefix ${{ runner.temp }}
-DCMAKE_PREFIX_PATH=${{ runner.temp }}
# undefined reference to `ncpsharedlibfree'
# - 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 330e7f0

Please sign in to comment.