Tell AppVeyor to install the FBX SDK from elsewhere (#201)

We'll fetch release tarballs from another GitHub repo.
This commit is contained in:
Pär Winzell 2019-06-01 11:35:12 -07:00 committed by GitHub
parent e411f4165a
commit 4e645ddfca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 1 deletions

View File

@ -10,9 +10,20 @@ environment:
stack: python %PYTHON%
cache:
- C:\Users\appveyor\.conan\data -> appveyor.yml
- C:\Users\appveyor\.conan\data -> appveyor.yml, conanfile.py
init:
- git config --global filter.lfs.required false
- git config --global filter.lfs.smudge "git-lfs smudge --skip %f"
- git config --global filter.lfs.process "git-lfs filter-process --skip"
install:
- cinst zstandard
- ps: Start-FileDownload 'https://github.com/zellski/FBXSDK-Windows/archive/2019.2.tar.gz'
- 7z e 2019.2.tar.gz
- 7z x 2019.2.tar
- ps: move -v .\FBXSDK-Windows-2019.2\sdk\ .
- ps: zstd -d -r --rm sdk
- cmd: echo "Downloading conan..."
- cmd: set PATH=%PYTHON%;%PYTHON%\Scripts;%PATH%
- cmd: python --version