cloudflared/cfsetup.yaml
Chung-Ting Huang cefcb79b75 TUN-804: create Makefile recipe to build cloudflared and run tests
remove execess packages from cfsetup
2018-07-25 14:56:52 -05:00

15 lines
365 B
YAML

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
- make all