Skip to content

Commit

Permalink
add ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PatWie committed Aug 3, 2018
1 parent 155ea33 commit 01f5900
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .drone.yml
@@ -0,0 +1,15 @@
workspace:
base: /go
path: src/github.com/patwie/pylint

pipeline:
build:
image: golang:1.10.0
commands:
- go build pylint-server.go
- go build pylint-worker.go
testing:
image: golang:1.10.0
commands:
- cd router && go test
- cd ../service/flake8 && go test
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -6,6 +6,7 @@
<img src=".github/pylint-screen.png" style="max-width:100%;" />
</p>

![Build Status PyLint ](https://ci.patwie.com/api/badges/PatWie/pylint/status.svg)

Features:

Expand Down

0 comments on commit 01f5900

Please sign in to comment.