2018-07-24 19:55:18 +00:00
|
|
|
pinned_go: &pinned_go go=1.9.3-1
|
|
|
|
build_dir: &build_dir /cfsetup_build/src/github.com/cloudflare/cloudflared/
|
|
|
|
stretch:
|
|
|
|
build:
|
|
|
|
build_dir: *build_dir
|
|
|
|
builddeps:
|
|
|
|
- *pinned_go
|
|
|
|
- build-essential
|
|
|
|
post-cache:
|
|
|
|
- export GOPATH=/cfsetup_build/
|
|
|
|
- export CGO_ENABLED=1
|
|
|
|
- export GOOS=linux
|
|
|
|
- export GOARCH=amd64
|
2018-07-25 21:05:46 +00:00
|
|
|
- make cloudflared
|
|
|
|
build-deb:
|
|
|
|
build_dir: *build_dir
|
|
|
|
builddeps:
|
|
|
|
- *pinned_go
|
|
|
|
- build-essential
|
|
|
|
- fakeroot
|
|
|
|
- rubygem-fpm
|
|
|
|
post-cache:
|
|
|
|
- export GOPATH=/cfsetup_build/
|
|
|
|
- export CGO_ENABLED=1
|
|
|
|
- export GOOS=linux
|
|
|
|
- export GOARCH=amd64
|
|
|
|
- make cloudflared-deb
|
|
|
|
test:
|
|
|
|
build_dir: *build_dir
|
|
|
|
builddeps:
|
|
|
|
- *pinned_go
|
|
|
|
- build-essential
|
|
|
|
post-cache:
|
|
|
|
- export GOPATH=/cfsetup_build/
|
|
|
|
- export CGO_ENABLED=1
|
|
|
|
- export GOOS=linux
|
|
|
|
- export GOARCH=amd64
|
|
|
|
- make test
|