mirror of
https://github.com/fergalmoran/picard.git
synced 2026-01-06 16:44:06 +00:00
travis-ci: Include OSX platform in file names, deploy only xcode6.4 builds
This commit is contained in:
committed by
Philipp Wolfer
parent
42c4bdf310
commit
31a3184ff7
@@ -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__)')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user