Skip to content

Commit

Permalink
fix missing dlls for appveyor release tests
Browse files Browse the repository at this point in the history
  • Loading branch information
qstokkink committed Jun 26, 2024
1 parent 627ac2c commit 7a19323
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ build_script:

test_script:
- cd %ROOT_DIRECTORY%\test
- set PATH=%PATH%;c:\OpenSSL-v111-Win64\bin
- if defined tests (
appveyor-retry b2.exe -l500 --hash openssl-lib=%ssl_lib% openssl-include=%ssl_include% warnings=all warnings-as-errors=on %compiler% address-model=%model% picker-debugging=on invariant-checks=full variant=%variant% link=shared crypto=%crypto% webtorrent=%webtorrent% asserts=on export-extra=on windows-api=%api% windows-version=win10 deterministic-tests
)
Expand Down

0 comments on commit 7a19323

Please sign in to comment.