Skip to content

Commit

Permalink
changes for automated macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
uenz committed Sep 6, 2021
1 parent 51db162 commit 339778f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- wget https://dl.xamarin.com/XamarinforMac/Mac/xamarin.mac-3.0.0.393.pkg
- sudo installer -pkg xamarin.mac*.pkg -target /
script:
- msbuild /p:Configuration=ReleaseMac SparkleShare.sln
- msbuild /p:Configuration=ReleaseDist SparkleShare.sln
before_deploy:
- zip -r ./SparkleShare/Mac/bin/ReleaseMac/SparkleShare.zip ./SparkleShare/Mac/bin/ReleaseMac/SparkleShare.app
- cp ./SparkleShare/Mac/bin/ReleaseMac/SparkleShare.zip ./upload/SparkleShare-macos-nightly.zip
- zip -r ./SparkleShare/Mac/bin/ReleaseDist/SparkleShare.zip ./SparkleShare/Mac/bin/ReleaseDist/SparkleShare.app
- cp ./SparkleShare/Mac/bin/ReleaseDist/SparkleShare.zip ./upload/SparkleShare-macos-nightly.zip
deploy: &deploy_base
provider: releases
api_key: ${GITHUB_TOKEN}
Expand Down

0 comments on commit 339778f

Please sign in to comment.