Skip to content

ABashkirova/fastlane_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Example template fastlane

  1. Сreate fastlane folder in the root of the project
  2. Create .env.appName in fastlane/
  3. Create git repository for your fastlane-template
  4. Create your .env with your's key
  5. Create pipeline for your application on CI
  6. Add stage: clone repository with fastlane-template and copy fastlane's files to project's fastlane:
git clone git@repository.com/FastlaneCICD.git fastlane_temp

cp ./fastlane_temp/fastlane/* ./fastlane/
cp ./fastlane_temp/fastlane/.env fastlane/.env
  1. You're great!
  2. Use fastlane:
# fastlane ios <lane_name> --env appName
fastlane ios build --env appName
fastlane ios test --env appName
fastlane ios run_sonar --envName
fastlane ios deploy --envName

About

Fastlane: one file to many projects

Topics

Resources

Stars

Watchers

Forks

Languages