3
0
Fork 0

Get the dependencies archive using the correct new name scheme.

Now that we are compiling to ios, deendencies archive names have
TRAVIS_OS_NAME included.
fix-bug-pid
Matthieu Gautier 8 years ago
parent a01906d273
commit bd8d0c3805

@ -3,7 +3,7 @@
set -e
REPO_NAME=${TRAVIS_REPO_SLUG#*/}
ARCHIVE_NAME=deps_${PLATFORM}_${REPO_NAME}.tar.gz
ARCHIVE_NAME=deps_${TRAVIS_OS_NAME}_${PLATFORM}_${REPO_NAME}.tar.gz
# Packages.
case ${PLATFORM} in

Loading…
Cancel
Save