TUN-804: create make recipe for building deb package

This commit is contained in:
Chung-Ting Huang
2018-07-25 16:05:46 -05:00
parent 542bd90491
commit 0c414ceb8d
2 changed files with 37 additions and 2 deletions

View File

@@ -11,4 +11,28 @@ stretch:
- export CGO_ENABLED=1
- export GOOS=linux
- export GOARCH=amd64
- make all
- 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