Clean out before build/test on CircleCI
This commit is contained in:
@@ -17,6 +17,8 @@ test:
|
|||||||
override:
|
override:
|
||||||
# First install latest versions of all dependencies
|
# First install latest versions of all dependencies
|
||||||
- go get -v -t -d ./...
|
- go get -v -t -d ./...
|
||||||
|
# Remove oldcrap object files from CircleCI's "source cache"
|
||||||
|
- go clean -i -r ./cmd/...
|
||||||
# Build the binaries with those
|
# Build the binaries with those
|
||||||
- go build -v ./cmd/...
|
- go build -v ./cmd/...
|
||||||
# And run the tests
|
# And run the tests
|
||||||
|
|||||||
Reference in New Issue
Block a user