Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 475 Bytes

File metadata and controls

27 lines (20 loc) · 475 Bytes

My-App

From [jenkins-docker-agent/README.md] | Part 5

  • Step 1: Set up fastlane
# pwd  # /my-app
cd app/

# Set up Android
cd android
fastlane init
cd fastlane
# Replace 'Appfile' and 'Fastfile'
cp -R ../fastlane_cd/* .

# Set up iOS
cd ../../ios
fastlane init
cd fastlane
cp -R ../fastlane_cd/* .