mirror of https://github.com/kivy/kivy.git
Update .travis.yml
This commit is contained in:
parent
ae36afc1b5
commit
2db61e80ca
|
@ -177,7 +177,7 @@ script:
|
||||||
app_date=$(python3 -c "from datetime import datetime; print(datetime.utcnow().strftime('%Y%m%d'))");
|
app_date=$(python3 -c "from datetime import datetime; print(datetime.utcnow().strftime('%Y%m%d'))");
|
||||||
git_tag=$(git rev-parse --short HEAD);
|
git_tag=$(git rev-parse --short HEAD);
|
||||||
|
|
||||||
yes | ./create-osx-bundle.sh master 3.7.4 > output.txt;
|
yes | ./create-osx-bundle.sh $TRAVIS_BRANCH 3.7.4 > output.txt;
|
||||||
app_ver=$(KIVY_NO_CONSOLELOG=1 Kivy.app/Contents/Resources/script -c 'import kivy; print(kivy.__version__)');
|
app_ver=$(KIVY_NO_CONSOLELOG=1 Kivy.app/Contents/Resources/script -c 'import kivy; print(kivy.__version__)');
|
||||||
mv Kivy.app Kivy3.app;
|
mv Kivy.app Kivy3.app;
|
||||||
./create-osx-dmg.sh Kivy3.app;
|
./create-osx-dmg.sh Kivy3.app;
|
||||||
|
|
Loading…
Reference in New Issue