Skip to content

Commit

Permalink
CI: Dumpbin
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Jan 27, 2021
1 parent 0e18527 commit 8946558
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
if errorlevel 1 exit 1
cmake --build . --config Release --parallel 2
if errorlevel 1 exit 1
dumpbin /dependents D:\a\openPMD-api\openPMD-api\build\lib\site-packages\openpmd_api\openpmd_api_cxx.cp39-win_amd64.pyd
ctest -V --output-on-failure --build-config Release
if errorlevel 1 exit 1
cmake --build . --config Release --target install
Expand Down

0 comments on commit 8946558

Please sign in to comment.