mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-11 02:36:17 +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
|
- go version
|
||||||
|
|
||||||
test:
|
test:
|
||||||
pre:
|
|
||||||
- git clean -fxd
|
|
||||||
- go clean -i -r ./cmd/...
|
|
||||||
override:
|
override:
|
||||||
# First install latest versions of all dependencies
|
# 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
|
# Build the binaries with those
|
||||||
- go build -v ./cmd/...
|
- go build -i ./cmd/...
|
||||||
# And run the tests
|
# And run the tests
|
||||||
- go test -v -short ./...
|
- go test -short ./...
|
||||||
# Build all packages, using the vendored dependencies.
|
# Build all packages, using the vendored dependencies.
|
||||||
- ./build.sh all
|
- ./build.sh all
|
||||||
|
Loading…
Reference in New Issue
Block a user