Skip to content

Commit

Permalink
print IPASIR DLL dependencies on AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
msakai committed Jan 29, 2021
1 parent a154c09 commit 071abef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ test_script:
- echo "" | stack --no-terminal test --bench --no-run-benchmarks --flag toysolver:BuildToyFMF --flag toysolver:BuildSamplePrograms --flag toysolver:BuildMiscPrograms

after_test:
- FOR /F "usebackq" %%i IN (`stack path --local-install-root`) DO set LOCAL_INSTALL_ROOT=%%i
- stack exec -- ldd %LOCAL_INSTALL_ROOT%\lib\toysat-ipasir.dll
- stack runghc --package turtle misc/build_artifacts.hs

artifacts:
Expand Down

0 comments on commit 071abef

Please sign in to comment.