Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
demo-project
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vae
demo-project
Commits
1a9288e7
Commit
1a9288e7
authored
Mar 21, 2019
by
vae
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add cd file
parent
3717beab
Pipeline
#108
failed
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
11 deletions
+29
-11
.gitlab-ci.yml
.gitlab-ci.yml
+11
-0
Fastfile
fastlane/Fastfile
+18
-11
No files found.
.gitlab-ci.yml
0 → 100644
View file @
1a9288e7
stages
:
-deploy
beta
:
stage:deploy
script
:
-
fastlane add_plugin pgyer
-
fastlane betaG
only
:
refs
:
-
test-cicd
\ No newline at end of file
fastlane/Fastfile
View file @
1a9288e7
...
...
@@ -17,6 +17,8 @@ default_platform(:ios)
# Gotobus
platform :ios do
desc "Gotobus Push a new release build to the App Store"
lane :releaseG do
...
...
@@ -32,19 +34,24 @@ platform :ios do
upload_symbols_to_crashlytics(dsym_path: "outPut/GotoBus/GotoBus.app.dSYM.zip")
end
desc "Gotobus push a new Version to testFlight"
lane :betaG do
cocoapods
get_certificates(output_path:"outPut/GotoBus")
get_provisioning_profile(
provisioning_name:"FT iOS: com.GoToBus.app",
app_identifier:"com.GoToBus.app",
output_path:"outPut/GotoBus"
)
build_app(workspace: "Project.xcworkspace", scheme: "GotoBus",output_directory:"outPut/GotoBus")
upload_to_testflight(app_identifier:"com.GoToBus.app",ipa:"outPut/GotoBus/GotoBus.ipa", skip_waiting_for_build_processing: true)
build_app(export_method: "ad-hoc")
pgyer(api_key: "ea16910d7e514b202a8c8fa53c9876dc", user_key: "0daa93d24dc0686f6b1a952201fd9ed6")
end
# desc "Gotobus push a new Version to testFlight"
# lane :betaG do
# cocoapods
# get_certificates(output_path:"outPut/GotoBus")
# get_provisioning_profile(
# provisioning_name:"FT iOS: com.GoToBus.app",
# app_identifier:"com.GoToBus.app",
# output_path:"outPut/GotoBus"
# )
# build_app(workspace: "Project.xcworkspace", scheme: "GotoBus",output_directory:"outPut/GotoBus")
# upload_to_testflight(app_identifier:"com.GoToBus.app",ipa:"outPut/GotoBus/GotoBus.ipa", skip_waiting_for_build_processing: true)
# end
# TakeTours
desc "TakeTours push a new release build to the testFlight"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment