mirror of
https://github.com/octoleo/syncthing.git
synced 2024-12-23 03:18:59 +00:00
Dammit,CircleCI
This commit is contained in:
parent
516efb21cf
commit
51a4a88a81
12
circle.yml
12
circle.yml
@ -14,15 +14,15 @@ dependencies:
|
||||
- go version
|
||||
|
||||
test:
|
||||
pre:
|
||||
- git clean -fxd
|
||||
- go clean -i -r ./cmd/...
|
||||
override:
|
||||
# First install latest versions of all dependencies
|
||||
- go get -v -t -d ./...
|
||||
- go get -u -v -t -d ./...
|
||||
# Clean out old crap
|
||||
- git clean -fxd
|
||||
- go clean -i -r ./cmd/...
|
||||
# Build the binaries with those
|
||||
- go build -v ./cmd/...
|
||||
- go build -i ./cmd/...
|
||||
# And run the tests
|
||||
- go test -v -short ./...
|
||||
- go test -short ./...
|
||||
# Build all packages, using the vendored dependencies.
|
||||
- ./build.sh all
|
||||
|
Loading…
Reference in New Issue
Block a user