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 07:33:45 +01:00 committed by GitHub
parent a3db21c7a4
commit f29929c94d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,10 +4,10 @@
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
ls
cmd.exe /c bootstrap-vcpkg.bat
./bootstrap-vcpkg.sh
ls
powershell.exe .\vcpkg integrate install
powershell.exe .\vcpkg install zlib:x64-windows-static openssl:x64-windows-static
sudo ./vcpkg integrate install
./vcpkg install zlib:x64-windows-static openssl:x64-windows-static
cd $TRAVIS_BUILD_DIR
# Build deps