Skip to content

Commit

Permalink
fix project settings for depedent things for cross-compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
klauern committed Jun 14, 2016
1 parent 3b96437 commit 67d8dc8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,12 @@ build:
- golint

- script:
name: install goxc for release
code: go get github.com/laher/goxc
name: install goxc (and related deps) for release
code: |
go get github.com/laher/goxc
go get github.com/gorilla/mux
go get github.com/gorilla/context
go get github.com/inconshreveable/mousetrap
# - script:
# name: configure deploy key for goxc
# code: goxc -wlc default publish-github -apikey=$GITHUB_TOKEN
Expand Down

0 comments on commit 67d8dc8

Please sign in to comment.