mirror of
https://github.com/octoleo/syncthing.git
synced 2025-04-10 19:41:50 +00:00
Seriously CircleCI, come on...
This commit is contained in:
parent
2d4397af53
commit
516efb21cf
@ -14,11 +14,12 @@ 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 -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user