Update tdlight and install_dependencies.sh
This commit is contained in:
parent
4847cb3b0b
commit
d7f058341e
@ -1 +1 @@
|
||||
Subproject commit dd3bf5b2897467103752456bd8d6dc00782fc403
|
||||
Subproject commit e2953ba03595136707347bfc51a8c0a4d5d67b7c
|
@ -23,6 +23,7 @@ elif [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
|
||||
echo "==Windows=="
|
||||
choco install ccache
|
||||
choco install make
|
||||
choco install windows-sdk-10.1
|
||||
choco install visualstudio2019buildtools --version=16.7.0.0 --package-parameters "--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64"
|
||||
choco install openjdk11 --version=11.0.8.10
|
||||
choco install maven --version=3.6.3
|
||||
@ -37,6 +38,8 @@ elif [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
|
||||
[ -d $VCPKG_DIR ] && $(yes | rm -rf $VCPKG_DIR)
|
||||
git clone --depth=1 https://github.com/tdlight-team/windows-amd64-prebuilt-libraries.git windowsenv
|
||||
mv windowsenv/vcpkg $VCPKG_DIR
|
||||
cd $VCPKG_DIR
|
||||
vcpkg integrate install
|
||||
else
|
||||
echo "Unrecognized os: $TRAVIS_OS_NAME"
|
||||
exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user