CirlceCi: Add continous integration
This adds an initial ci lane to fastlane for use on PRs. this runs a build for VLC-iOS with 10.3.1 and VLC-tvOS on 10.2 (cherry picked from commit 05762571)
.circleci/config.yml
0 → 100644
... | ... | @@ -2,3 +2,5 @@ source "https://rubygems.org" |
gem 'fastlane', '2.82.0' | ||
gem 'cocoapods', '1.4.0' | ||
gem 'xcode-install', '2.3.1' | ||
gem 'xcodeproj', '1.5.6' |
Please register or sign in to comment