CircleCI just plain doesn't work for us.
This commit is contained in:
parent
dd6b66167e
commit
d2af6dcf38
@ -2,7 +2,6 @@ Syncthing
|
|||||||
=========
|
=========
|
||||||
|
|
||||||
[](http://build.syncthing.net/job/syncthing/lastBuild/)
|
[](http://build.syncthing.net/job/syncthing/lastBuild/)
|
||||||
[](https://circleci.com/gh/syncthing/syncthing)
|
|
||||||
[](http://godoc.org/github.com/syncthing/syncthing)
|
[](http://godoc.org/github.com/syncthing/syncthing)
|
||||||
[](https://www.mozilla.org/MPL/2.0/)
|
[](https://www.mozilla.org/MPL/2.0/)
|
||||||
|
|
||||||
|
|||||||
28
circle.yml
28
circle.yml
@ -1,28 +0,0 @@
|
|||||||
machine:
|
|
||||||
environment:
|
|
||||||
GOROOT: ${HOME}/go1.5
|
|
||||||
GOARM: 5
|
|
||||||
GO386: 387
|
|
||||||
PATH: ${HOME}/go1.5/bin:${PATH}
|
|
||||||
|
|
||||||
dependencies:
|
|
||||||
cache_directories:
|
|
||||||
- ~/go1.5
|
|
||||||
override:
|
|
||||||
# Make sure our desired go version is installed
|
|
||||||
- ./script/circle-installgo.sh
|
|
||||||
- go version
|
|
||||||
|
|
||||||
test:
|
|
||||||
override:
|
|
||||||
# First install latest versions of all dependencies
|
|
||||||
- go get -v -t -d ./...
|
|
||||||
# Clean out old crap
|
|
||||||
- git clean -fxd
|
|
||||||
- go clean -i -r ./cmd/...
|
|
||||||
# Build the binaries with those
|
|
||||||
- go build -i ./cmd/...
|
|
||||||
# And run the tests
|
|
||||||
- go test -short ./...
|
|
||||||
# Build all packages, using the vendored dependencies.
|
|
||||||
- ./build.sh all
|
|
||||||
Loading…
x
Reference in New Issue
Block a user