1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-25 05:23:13 +03:00

Add a basic BuildKite :pipeline:

This commit is contained in:
Travis Ralston
2019-03-13 17:16:43 -06:00
parent 5b35a364a9
commit af6bbbc59b

24
.buildkite/pipeline.yaml Normal file
View File

@@ -0,0 +1,24 @@
steps:
- label: ":eslint: Lint"
command:
- "yarn install"
- "yarn lint"
plugins:
- docker#v3.0.1:
image: "node:10"
- label: ":karma: Tests"
command:
- "yarn install"
- "yarn test"
plugins:
- docker#v3.0.1:
image: "node:10"
- label: "📃 Docs"
command:
- "yarn install"
- "yarn gendoc"
plugins:
- docker#v3.0.1:
image: "node:10"