This repository was archived by the owner on Nov 25, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-41
lines changed Expand file tree Collapse file tree 1 file changed +0
-41
lines changed Original file line number Diff line number Diff line change 11steps :
2- - label : " :eslint: JS Lint"
3- command :
4- - " yarn install"
5- - " yarn lint:js"
6- plugins :
7- - docker#v3.0.1:
8- image : " node:14-buster"
9- mount-buildkite-agent : false
10-
11- - label : " :typescript: Types Lint"
12- command :
13- - " yarn install"
14- - " yarn lint:types"
15- plugins :
16- - docker#v3.0.1:
17- image : " node:14-buster"
18- mount-buildkite-agent : false
19-
202 - label : " :hammer_and_wrench: Build"
213 command :
224 - " yarn install"
268 image : " node:14-buster"
279 mount-buildkite-agent : false
2810
29- - label : " :jest: Tests"
30- agents :
31- # We use a medium sized instance instead of the normal small ones because
32- # jest likes our browserified bundle so much it OOMs.
33- queue : " medium"
34- command :
35- - " yarn install"
36- - " yarn build"
37- - " yarn test"
38- plugins :
39- - docker#v3.0.1:
40- image : " node:14-buster"
41- mount-buildkite-agent : false
42-
43- - label : " :page_with_curl: Docs"
44- command :
45- - " yarn install"
46- - " yarn gendoc"
47- plugins :
48- - docker#v3.0.1:
49- image : " node:14-buster"
50- mount-buildkite-agent : false
51-
5211 - wait
5312
5413 - label : " :horse: Trigger matrix-react-sdk"
You can’t perform that action at this time.
0 commit comments