From c809dd4905664f4d1d1be4bfe4cebce63b760f70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A4r=20Winzell?= Date: Fri, 31 May 2019 22:37:29 -0700 Subject: [PATCH] Fetch SDK the new way. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 46b111b..5bab627 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,11 +8,13 @@ matrix: env: - APP_NAME="FBX2glTF-linux-x64" - CONAN_CONFIG="-s compiler.libcxx=libstdc++11" + - FBXSDK_TARBALL="https://github.com/zellski/FBXSDK-Linux/archive/2019.2.tar.gz" - os: osx osx_image: xcode10.2 env: - APP_NAME="FBX2glTF-darwin-x64" - CONAN_CONFIG="-s compiler=apple-clang -s compiler.version=10.0 -s compiler.libcxx=libc++" + - FBXSDK_TARBALL="https://github.com/zellski/FBXSDK-Darwin/archive/2019.2.tar.gz" compiler: gcc language: generic cache: @@ -26,6 +28,7 @@ addons: packages: zstd install: +- curl -sL "${FBXSDK_TARBALL}" | tar xz --strip-components=1 - git clone --depth 1 git://github.com/astropy/ci-helpers.git - source ci-helpers/travis/setup_conda.sh - conda config --set always_yes yes