Skip to content

Instantly share code, notes, and snippets.

@yjbanov
Created May 26, 2017 03:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save yjbanov/7944990c978995bd82ee249711d065a1 to your computer and use it in GitHub Desktop.
Save yjbanov/7944990c978995bd82ee249711d065a1 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