mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-24 16:04:40 +08:00
Additional compilation work.
This commit is contained in:
parent
e8e3141cb1
commit
08598a761f
4
.github/workflows/run_tests_win_mingw.yml
vendored
4
.github/workflows/run_tests_win_mingw.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
||||
run: autoreconf -if
|
||||
|
||||
- name: Configure
|
||||
run: ./configure --enable-hdf5 --enable-dap --disable-dap-remote-tests
|
||||
run: ./configure --enable-hdf5 --enable-dap --disable-dap-remote-tests --disable-static
|
||||
if: ${{ success() }}
|
||||
|
||||
- name: Look at config.log if error
|
||||
@ -45,7 +45,7 @@ jobs:
|
||||
run: cat libnetcdf.settings
|
||||
|
||||
- name: Build Library and Utilities
|
||||
run: make -j
|
||||
run: make -j LDFLAGS="-no-undefined -Wl,--export-all-symbols"
|
||||
if: ${{ success() }}
|
||||
|
||||
- name: Build Tests
|
||||
|
Loading…
Reference in New Issue
Block a user