mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Added CI
This commit is contained in:
parent
d54a029d8e
commit
e30084bcf9
16
.gitlab-ci.yml
Normal file
16
.gitlab-ci.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
stages:
|
||||||
|
- internal
|
||||||
|
|
||||||
|
variables:
|
||||||
|
LANG: "en_US.UTF-8"
|
||||||
|
LC_ALL: "en_US.UTF-8"
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- sudo gem install bundler && bundle update
|
||||||
|
|
||||||
|
internal:
|
||||||
|
stage: internal
|
||||||
|
script:
|
||||||
|
- bundle exec fastlane internalhockeyapp
|
||||||
|
environment:
|
||||||
|
name: internal
|
Loading…
x
Reference in New Issue
Block a user