mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-20 05:01:02 +02:00
Add a basic BuildKite :pipeline:
This commit is contained in:
parent
1d51507134
commit
b6cdaa8597
21
.buildkite/pipeline.yaml
Normal file
21
.buildkite/pipeline.yaml
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
steps:
|
||||||
|
- label: ":eslint: Lint"
|
||||||
|
command:
|
||||||
|
- "./scripts/fetch-develop.deps.sh --depth 1"
|
||||||
|
- "yarn install"
|
||||||
|
- "yarn lint"
|
||||||
|
plugins:
|
||||||
|
- docker#v3.0.1:
|
||||||
|
image: "node:10"
|
||||||
|
|
||||||
|
- label: ":karma: Tests"
|
||||||
|
command:
|
||||||
|
#- "sudo apt-get install git"
|
||||||
|
- "./scripts/fetch-develop.deps.sh --depth 1"
|
||||||
|
- "yarn install"
|
||||||
|
- "yarn test"
|
||||||
|
plugins:
|
||||||
|
- docker#v3.0.1:
|
||||||
|
image: "node:10"
|
||||||
|
#image: "buildkite/puppeteer:v1.11.0"
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user