This commit is contained in:
Jonas Franz 2018-09-23 22:59:03 +02:00
parent b04307013f
commit dad730ed1c
No known key found for this signature in database
GPG Key ID: C8287A01D593AC1D

View File

@ -46,14 +46,10 @@ pipeline:
secrets: [ ssh_username, ssh_key ]
command_timeout: 900
script:
- /bin/bash
- echo "export PATH=/usr/local/bin:$PATH" >> ~/.bash_profile && source ~/.bash_profile
- export PATH=/Users/macosvm/flutter/bin:$PATH
- source ~/.bash_profile
- export EXPANDED_CODE_SIGN_IDENTITY=""
- cd /tmp/drone_build_${DRONE_BUILD_NUMBER}/ios
- pod install
- ls -lah
- echo "Installed pods in `pwd`"
- cd ..
- flutter packages get
- make build-ios-all