Skip to content

Instantly share code, notes, and snippets.

@DnyaneshwarWagh
Forked from yjbanov/.travis.yml
Created January 14, 2019 18:54
Show Gist options
  • Save DnyaneshwarWagh/343ac70900b4923282f13e179ae6f2a4 to your computer and use it in GitHub Desktop.
Save DnyaneshwarWagh/343ac70900b4923282f13e179ae6f2a4 to your computer and use it in GitHub Desktop.
Continuously build Flutter IPAs
os: osx
language: generic
osx_image: xcode8.3
before_script:
- pip install six
- brew update
- brew install --HEAD libimobiledevice
- brew install ideviceinstaller
- brew install ios-deploy
- git clone https://github.com/flutter/flutter.git -b alpha --depth 1
script:
- ./flutter/bin/flutter -v build ios --no-codesign
cache:
directories:
- $HOME/.pub-cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment