-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwercker.yml
33 lines (30 loc) · 943 Bytes
/
wercker.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
box: golang
build:
steps:
- setup-go-workspace:
package-dir: h12.me/gspec
- script:
name: go-build
code: |
pwd
go version
go get ./...
go build ./...
- script:
name: go-test
code: |
pwd
go test ./...
# - go get golang.org/x/tools/cmd/cover
# - go get golang.org/x/tools/cmd/vet
# - go get github.com/bradfitz/goimports
# - go get github.com/golang/lint/golint
# - go get github.com/mattn/goveralls
# #- export GSPEC=$HOME/gopath/src/h12.me/gspec
# #- cd $GSPEC
# - export goclean=0f22736320abe6be71ce
# - git clone https://gist.github.com/$goclean.git
# - pwd
# - go test ./...
# #- $goclean/goclean.sh
# #- goveralls -coverprofile=profile.cov -service=travis-ci