Skip to content

Commit

Permalink
Cross compile for OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmccabe committed Oct 7, 2017
1 parent 1f56ed6 commit 507cbfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
include:
- stage: Test and build
script: go test ./...
script: go build; tar czf openfaas-bitbar.tar.gz openfaas-bitbar; sha256sum openfaas-bitbar.tar.gz | awk '{ print $1 }' > openfaas-bitbar.tar.gz.sha256
script: GOOS=darwin GOAARCH=amd64 go build; tar czf openfaas-bitbar.tar.gz openfaas-bitbar; sha256sum openfaas-bitbar.tar.gz | awk '{ print $1 }' > openfaas-bitbar.tar.gz.sha256

deploy:
provider: releases
Expand Down

0 comments on commit 507cbfc

Please sign in to comment.