AUTH-1235: fixed packaging of deb dev file

This commit is contained in:
Austin Cherry
2018-10-19 14:01:08 -05:00
parent fa92441415
commit 72412db4c2
2 changed files with 8 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
pinned_go: &pinned_go go=1.9.3-1
build_dir: &build_dir /cfsetup_build/src/github.com/cloudflare/cloudflared/
stretch:
stretch: &stretch
build:
build_dir: *build_dir
builddeps:
@@ -87,3 +87,5 @@ stretch:
- export GOOS=linux
- export GOARCH=amd64
- make test
jessie: *stretch