mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-02 03:26:58 +01:00
Update .travis.yml
This commit is contained in:
parent
9378bac10e
commit
5034c92be9
@ -29,6 +29,7 @@ before_script:
|
||||
script:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then docker exec build make -C build -j8 ; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then make -j8 ; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then sudo make install -j8 ; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then sudo ../dist/macos/macdeploy.py strawberry.app ; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ../dist/macos/create-dmg.sh strawberry.app ; fi
|
||||
after_success:
|
||||
|
Loading…
Reference in New Issue
Block a user