Skip to content

Commit 68572ce

Browse files
committed
Add "Symbol check" to Windows
1 parent 304755f commit 68572ce

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

+7
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,13 @@ jobs:
8080
run: |
8181
cd build/src/RelWithDebInfo && file *tests.exe bench*.exe libsecp256k1-*.dll || true
8282
83+
- name: Symbol check
84+
run: |
85+
choco install --yes --no-progress python3
86+
refreshenv
87+
python -m pip install lief
88+
python .\tools\symbol-check.py build\src\RelWithDebInfo\libsecp256k1-2.dll
89+
8390
- name: Check
8491
run: |
8592
ctest -C RelWithDebInfo --test-dir build -j ([int]$env:NUMBER_OF_PROCESSORS + 1)

0 commit comments

Comments
 (0)