1
0
mirror of https://github.com/veggiedefender/torrent-client.git synced 2025-11-06 09:29:16 +02:00

Add circleci file

This commit is contained in:
Jesse Li
2020-01-02 21:37:15 -05:00
parent 67d6a6808c
commit 8aa4a57933

11
.circleci/config.yml Normal file
View File

@@ -0,0 +1,11 @@
version: 2
jobs:
build:
docker:
- image: circleci/golang:1.13.4
working_directory: /go/src/github.com/veggiedefender/torrent-client
steps:
- checkout
- run: go get -v -t -d ./...
- run: go test -v ./...