Skip to content

Commit

Permalink
:pipeline:
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Mar 13, 2019
1 parent 5b35a36 commit 1138ba6
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .buildkite/pipeline.yaml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 1138ba6

Please sign in to comment.