Update .travis.yml

This commit is contained in:
Jonas Kvinge
2019-01-03 19:45:51 +01:00
parent 3d4b6783ed
commit e0bbcdb236

View File

@@ -28,5 +28,5 @@ 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 ./dist/macos/macdeploy.py ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ./dist/macos/create-dmg.sh ; 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