File: wercker.yml

package info (click to toggle)
golang-github-jfbus-httprs 0.0~git20180614.7861a11-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 72 kB
  • sloc: makefile: 2
file content (14 lines) | stat: -rw-r--r-- 306 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
box: wercker/golang

build:
  steps:
    - setup-go-workspace
    - script:
        name: Install goconvey
        code: go get github.com/smartystreets/goconvey/convey
    - script:
        name: Go get
        code: go get -v ./...
    - script:
        name: Go test
        code: go test -p 1 -v ./...