Install cocoapods

This commit is contained in:
Jonas Franz 2018-09-23 22:26:07 +02:00
parent 7b37a7c400
commit 73edc6583c
No known key found for this signature in database
GPG Key ID: C8287A01D593AC1D
1 changed files with 5 additions and 2 deletions

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: