Skip to content

Commit

Permalink
Curl CA bundle has to be in working directory on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Neloop authored and Martin Kruliš committed Jan 9, 2021
1 parent 1bde343 commit c8afcba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion install/win-build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,11 @@ echo Running tests...
SET "PATH=%PATH%;%BIN_DIR%"
:: execute tests
cd %TESTS_BUILD_DIR%
copy %CA_BUNDLE_PATH% %TESTS_BUILD_DIR%\%CA_BUNDLE%
:: copy CA bundle to tests working directory
copy %CA_BUNDLE_PATH% %TESTS_DIR%\%CA_BUNDLE%
ctest -C Release --output-on-failure
:: remove CA bundle from tests working directory
del %TESTS_DIR%\%CA_BUNDLE%
goto :EOF

:: *** PACKAGE ***
Expand Down

0 comments on commit c8afcba

Please sign in to comment.