Skip to content

Commit

Permalink
add thonny in macos
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bonani committed May 19, 2022
1 parent d85f72a commit 29414f7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,11 @@ jobs:
7z x mac.7z
displayName: 'Setting Qt version to 5.15.2'
- script: |
curl -sL https://github.com/Mobsya/ci-data/releases/download/data/thonny-3.3.13.pkg --output thonny-3.3.13.pkg
displayName: 'Get Thonny'
#workaround until devops deploy
- script: |
brew bundle
Expand Down
2 changes: 2 additions & 0 deletions osx/createbundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ cp -R "${BUILD_DIR}/AsebaStudio.app" "$APPS_DIR/"
cp -R "${BUILD_DIR}/AsebaPlayground.app" "$APPS_DIR/"
cp -R "${BUILD_DIR}/ThymioVPLClassic.app" "$APPS_DIR/"

sudo installer -pkg thonny-3.3.13.pkg -target "$APPS_DIR/"

for app in "AsebaStudio" "ThymioVPLClassic"
do
cp -r "${BUILD_DIR}/$app.app" "$APPS_DIR/"
Expand Down

0 comments on commit 29414f7

Please sign in to comment.