travis-ci: Include OSX platform in file names, deploy only xcode6.4 builds

This commit is contained in:
Philipp Wolfer
2018-12-12 08:15:42 +01:00
committed by Philipp Wolfer
parent 42c4bdf310
commit 31a3184ff7
2 changed files with 3 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash
if [ -z "$CI_BUILD_TAG" ]
if [ -z "$TRAVIS_TAG" ]
then
python3 setup.py patch_version --platform=osx
python3 setup.py patch_version --platform=osx_$TRAVIS_OSX_IMAGE
fi
VERSION=$(python3 -c 'import picard; print(picard.__version__)')