Skip to content
Snippets Groups Projects
Commit 845efe0b authored by Ioannis Diamantidis's avatar Ioannis Diamantidis
Browse files

Added GitLab CI dependencies stage

parent f60d674c
No related branches found
No related tags found
1 merge request!1Added GitLab CI
Pipeline #80858013 passed
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment