1
0
mirror of https://github.com/ErnyTech-Archive/JTDLib synced 2024-06-02 19:36:35 +02:00

Update win.sh

This commit is contained in:
Ernesto Castellotti 2018-11-29 21:11:45 +01:00 committed by GitHub
parent 75f9784c14
commit d95fb578c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,9 +3,9 @@
# Vcpkg
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
powershell .\bootstrap-vcpkg.bat
powershell .\vcpkg integrate install
powershell .\vcpkg install zlib:x64-windows-static openssl:x64-windows-static
powershell.exe -NoProfile -ExecutionPolicy Bypass "& {& '%~dp0scripts\bootstrap.ps1' %*}"
powershell.exe .\vcpkg integrate install
powershell.exe .\vcpkg install zlib:x64-windows-static openssl:x64-windows-static
cd $TRAVIS_BUILD_DIR
# Build deps