Skip to content

Commit

Permalink
Add "Symbol check" to Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Feb 12, 2024
1 parent 304755f commit 68572ce
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,13 @@ jobs:
run: |
cd build/src/RelWithDebInfo && file *tests.exe bench*.exe libsecp256k1-*.dll || true
- name: Symbol check
run: |
choco install --yes --no-progress python3
refreshenv
python -m pip install lief
python .\tools\symbol-check.py build\src\RelWithDebInfo\libsecp256k1-2.dll
- name: Check
run: |
ctest -C RelWithDebInfo --test-dir build -j ([int]$env:NUMBER_OF_PROCESSORS + 1)
Expand Down

0 comments on commit 68572ce

Please sign in to comment.