mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Adding a circle config file (#52)
This commit is contained in:
parent
be6ac06be6
commit
9181ae9c3d
2 changed files with 13 additions and 3 deletions
|
|
@ -1,6 +1,4 @@
|
|||
# Kolide
|
||||
|
||||
[](https://circleci.com/gh/kolide/kolide-ose)
|
||||
# Kolide [](https://circleci.com/gh/kolide/kolide-ose)
|
||||
|
||||
## Building
|
||||
|
||||
|
|
|
|||
12
circle.yml
Normal file
12
circle.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
dependencies:
|
||||
pre:
|
||||
- go get -u github.com/tools/godep
|
||||
override:
|
||||
- godep restore
|
||||
|
||||
test:
|
||||
pre:
|
||||
- go vet ./...
|
||||
|
||||
override:
|
||||
- godep go test ./...
|
||||
Loading…
Reference in a new issue