1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

Travis: install openssl on Windows

This commit is contained in:
Alexander Medvednikov 2019-08-06 17:03:45 +02:00 committed by GitHub
parent b7a6c761b3
commit 0a0bd4014c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,7 @@ script:
fi fi
- | - |
if [[ "${TRAVIS_OS_NAME}" == "windows" ]]; then if [[ "${TRAVIS_OS_NAME}" == "windows" ]]; then
choco install openssl
echo "Running make_tests.bat..." echo "Running make_tests.bat..."
./make_tests.bat ./make_tests.bat
fi fi