WIP: Add macOS builds for drone #15

Closed
JonasFranz wants to merge 25 commits from feature/drone-ios into master
1 changed files with 5 additions and 2 deletions
Showing only changes of commit 73edc6583c - Show all commits

View File

@ -44,10 +44,13 @@ pipeline:
host: home.jonasfranz.software
port: 2222
secrets: [ ssh_username, ssh_key ]
command_timeout: 600
command_timeout: 900
script:
- export PATH=/Users/macosvm/flutter/bin:$PATH
- cd /tmp/drone_build_${DRONE_BUILD_NUMBER}
- export EXPANDED_CODE_SIGN_IDENTITY=""
- cd /tmp/drone_build_${DRONE_BUILD_NUMBER}/iOS
- pod install
- cd ..
- flutter packages get
- make build-ios-all
when: