Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
K
kmp_template
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
Ioannis Diamantidis
kmp_template
Commits
845efe0b
Commit
845efe0b
authored
5 years ago
by
Ioannis Diamantidis
Browse files
Options
Downloads
Patches
Plain Diff
Added GitLab CI dependencies stage
parent
f60d674c
No related branches found
No related tags found
1 merge request
!1
Added GitLab CI
Pipeline
#80858013
passed
5 years ago
Stage: Setup
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+19
-0
19 additions, 0 deletions
.gitlab-ci.yml
with
19 additions
and
0 deletions
.gitlab-ci.yml
+
19
−
0
View file @
845efe0b
stages
:
-
Setup
-
Dependencies
variables
:
LC_ALL
:
"
en_US.UTF-8"
LANG
:
"
en_US.UTF-8"
cache
:
key
:
${CI_PROJECT_ID}
paths
:
-
iosApp/Pods/
setup
:
stage
:
Setup
script
:
...
...
@@ -12,3 +18,16 @@ setup:
-
bundle install
tags
:
-
kmp
ios:dependencies
:
dependencies
:
-
setup
stage
:
Dependencies
script
:
-
cd iosApp && bundle exec pod install
tags
:
-
ios
only
:
changes
:
-
iosApp/**/*
-
shared/**/*
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment