Don't clobber README.md on de-tar.
This commit is contained in:
parent
25ef9167ed
commit
5b475476ba
|
@ -28,7 +28,7 @@ addons:
|
||||||
packages: zstd
|
packages: zstd
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- curl -sL "${FBXSDK_TARBALL}" | tar xz --strip-components=1
|
- curl -sL "${FBXSDK_TARBALL}" | tar xz --strip-components=1 --wildcards */sdk
|
||||||
- zstd -d -r --rm sdk
|
- 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
|
||||||
|
|
|
@ -164,7 +164,7 @@ else
|
||||||
> cd FBX2glTF
|
> cd FBX2glTF
|
||||||
|
|
||||||
# Fetch and unpack FBX SDK
|
# Fetch and unpack FBX SDK
|
||||||
> curl -sL "${FBXSDK_TARBALL}" | tar xz --strip-components=1
|
> curl -sL "${FBXSDK_TARBALL}" | tar xz --strip-components=1 --wildcards */sdk
|
||||||
# Then decompress the contents
|
# Then decompress the contents
|
||||||
> zstd -d -r --rm sdk
|
> zstd -d -r --rm sdk
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue