And decompress it...
This commit is contained in:
parent
c809dd4905
commit
1242a5a5c1
|
@ -29,6 +29,7 @@ addons:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- curl -sL "${FBXSDK_TARBALL}" | tar xz --strip-components=1
|
- curl -sL "${FBXSDK_TARBALL}" | tar xz --strip-components=1
|
||||||
|
- zstd -d -r --rm sdk
|
||||||
- git clone --depth 1 git://github.com/astropy/ci-helpers.git
|
- git clone --depth 1 git://github.com/astropy/ci-helpers.git
|
||||||
- source ci-helpers/travis/setup_conda.sh
|
- source ci-helpers/travis/setup_conda.sh
|
||||||
- conda config --set always_yes yes
|
- conda config --set always_yes yes
|
||||||
|
|
Loading…
Reference in New Issue