Skip to content
This repository was archived by the owner on Nov 25, 2022. It is now read-only.

Commit ebb2eae

Browse files
authored
1 parent cb90e1b commit ebb2eae

File tree

1 file changed

+0
-41
lines changed

1 file changed

+0
-41
lines changed

matrix-js-sdk/pipeline.yaml

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,4 @@
11
steps:
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"
@@ -26,29 +8,6 @@ steps:
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"

0 commit comments

Comments
 (0)