1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-01-02 03:26:58 +01:00

Update .travis.yml

This commit is contained in:
Jonas Kvinge 2019-01-03 21:32:53 +01:00
parent 5c44742a9b
commit d1445cb47e

View File

@ -30,3 +30,4 @@ script:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then make -j8 ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ../dist/macos/macdeploy.py strawberry.app ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ../dist/macos/create-dmg.sh strawberry.app ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ../dist/scripts/upload.sh /Users/travis/build/jonaski/strawberry/build/strawberry.dmg ; fi