mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Test verification
This commit is contained in:
parent
8e23ba3d9b
commit
ce4e72604f
@ -1,6 +1,7 @@
|
|||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
- deploy
|
#- deploy
|
||||||
|
- verifysanity
|
||||||
- verify
|
- verify
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
@ -52,6 +53,19 @@ deploy_beta_testflight:
|
|||||||
environment:
|
environment:
|
||||||
name: testflight_llc
|
name: testflight_llc
|
||||||
|
|
||||||
|
verifysanity_beta_testflight:
|
||||||
|
tags:
|
||||||
|
- ios_beta
|
||||||
|
stage: verifysanity
|
||||||
|
only:
|
||||||
|
- beta
|
||||||
|
except:
|
||||||
|
- tags
|
||||||
|
script:
|
||||||
|
- bash buildbox/verify-telegram.sh appstore cached
|
||||||
|
environment:
|
||||||
|
name: testflight_llc
|
||||||
|
|
||||||
verify_beta_testflight:
|
verify_beta_testflight:
|
||||||
tags:
|
tags:
|
||||||
- ios_beta
|
- ios_beta
|
||||||
@ -61,6 +75,6 @@ verify_beta_testflight:
|
|||||||
except:
|
except:
|
||||||
- tags
|
- tags
|
||||||
script:
|
script:
|
||||||
- bash buildbox/verify-telegram.sh appstore
|
- bash buildbox/verify-telegram.sh appstore full
|
||||||
environment:
|
environment:
|
||||||
name: testflight_llc
|
name: testflight_llc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user