1
0
mirror of https://github.com/ErnyTech-Archive/JTDLib synced 2024-06-02 11:26:34 +02:00

Update win.sh

This commit is contained in:
Ernesto Castellotti 2018-11-30 06:58:08 +01:00 committed by GitHub
parent b23ef92399
commit a3db21c7a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,8 +4,8 @@
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
ls
powershell.exe -NoProfile -ExecutionPolicy Bypass "& {& '%~dp0scripts\bootstrap.ps1' %*}"
cmd.exe /c bootstrap-vcpkg.bat
ls
powershell.exe .\vcpkg integrate install
powershell.exe .\vcpkg install zlib:x64-windows-static openssl:x64-windows-static
cd $TRAVIS_BUILD_DIR