File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 IMAGE_ID : $IMAGE_ID
66
77steps :
8- - label : ' :react: Build React App'
9- command : make build REFRESH_L10N=1
10- plugins : &plugins
11- - $CI_TOOLKIT_PLUGIN
12- - $NVM_PLUGIN
13-
14- - label : ' :eslint: Lint React App'
15- command : make lint-js
16- plugins : *plugins
17-
188 - label : ' :javascript: Test JavaScript'
199 command : make test-js
2010 plugins : *plugins
2111
22- - label : ' :android: Publish Android Library'
23- command : |
24- make build REFRESH_L10N=1
25- echo "--- :android: Publishing Android Library"
26- ./android/gradlew -p ./android :gutenberg:prepareToPublishToS3 $(prepare_to_publish_to_s3_params) :gutenberg:publish
27- agents :
28- queue : android
29- plugins : *plugins
30-
31- - label : ' :android: Test Android Library'
32- command : make test-android
33- agents :
34- queue : android
35- plugins : *plugins
36-
3712 - label : ' :swift: Test Swift Package'
3813 # With the HTML assets in the GutenbergKitResources package and ignored by Git, we need to generated on demand for the moment
3914 command : make build && swift test
You can’t perform that action at this time.
0 commit comments