Skip to content

Commit bc667b1

Browse files
author
Matthew Fisher
committed
feat(ci): compile and upload darwin release
1 parent 3261297 commit bc667b1

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ install:
3636
script:
3737
- make test
3838
- make -C client/ build test
39+
- mv client/deis client/deis-linux-amd64
40+
- GOOS=darwin GOARCH=amd64 make -C client build
41+
- mv client/deis client/deis-darwin-amd64
3942
- make -C docs/ build test
4043
deploy:
4144
- provider: script

_scripts/ci/bintray-template.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"name": "0.0.0"
99
},
1010
"files": [
11-
{ "includePattern": "client/deis", "uploadPattern": "deis" }
11+
{ "includePattern": "client/deis-linux-amd64", "uploadPattern": "deis-linux-amd64" },
12+
{ "includePattern": "client/deis-darwin-amd64", "uploadPattern": "deis-darwin-amd64" }
1213
],
1314
"publish": true
1415
}

0 commit comments

Comments
 (0)