Try to optimize iOS CI build
This commit is contained in:
parent
0d6e44fd11
commit
2c5599cb05
|
@ -195,6 +195,8 @@ commands:
|
||||||
description: "Build iOS app"
|
description: "Build iOS app"
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
- attach_workspace:
|
||||||
|
at: /Users/distiller/project
|
||||||
- restore_cache: *restore-gems-cache
|
- restore_cache: *restore-gems-cache
|
||||||
- restore_cache: *restore-npm-cache-mac
|
- restore_cache: *restore-npm-cache-mac
|
||||||
- run: *install-npm-modules
|
- run: *install-npm-modules
|
||||||
|
@ -588,14 +590,15 @@ jobs:
|
||||||
root: /Users/distiller/project
|
root: /Users/distiller/project
|
||||||
paths:
|
paths:
|
||||||
- ios/build/Build/Products/Release-iphonesimulator/Rocket.Chat Experimental.app
|
- ios/build/Build/Products/Release-iphonesimulator/Rocket.Chat Experimental.app
|
||||||
|
- ios/DerivedData/Build/Products
|
||||||
|
|
||||||
ios-test-e2e:
|
ios-test-e2e:
|
||||||
executor: mac-env
|
executor: mac-env
|
||||||
parallelism: 4
|
parallelism: 4
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- attach_workspace:
|
# - attach_workspace:
|
||||||
at: /Users/distiller/project
|
# at: /Users/distiller/project
|
||||||
- restore_cache: *restore-npm-cache-mac
|
- restore_cache: *restore-npm-cache-mac
|
||||||
- run: *install-npm-modules
|
- run: *install-npm-modules
|
||||||
- save_cache: *save-npm-cache-mac
|
- save_cache: *save-npm-cache-mac
|
||||||
|
|
Loading…
Reference in New Issue