We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 304755f commit 68572ceCopy full SHA for 68572ce
.github/workflows/ci.yml
@@ -80,6 +80,13 @@ jobs:
80
run: |
81
cd build/src/RelWithDebInfo && file *tests.exe bench*.exe libsecp256k1-*.dll || true
82
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
+
90
- name: Check
91
92
ctest -C RelWithDebInfo --test-dir build -j ([int]$env:NUMBER_OF_PROCESSORS + 1)
0 commit comments