Skip to content

Commit

Permalink
Also show deps using dumpbin
Browse files Browse the repository at this point in the history
  • Loading branch information
plimkilde committed Mar 25, 2024
1 parent 06bd8cc commit 9c61016
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ jobs:
shell: cmd /C CALL {0}
run: >-
python src/build/build.py -v -x64 -force -cc gcc -cxx g++
- name: Show libdelaunator dependencies
- name: Show libdelaunator dependencies (dumpbin)
run: dumpbin /dependents qc/thatsDEM/lib/libdelaunator.dll
- name: Show libdelaunator dependencies (ldd)
run: ldd qc/thatsDEM/lib/libdelaunator.dll
- name: Test with pytest
shell: cmd /C CALL {0}
Expand Down

0 comments on commit 9c61016

Please sign in to comment.