Skip to content

Commit

Permalink
try to repair circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
xav-b committed Nov 8, 2015
1 parent 15901ac commit 1c6950e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ crossbuild: $(SOURCES)
-arch="amd64" \
-output="$(BUILD_PATH)/$(VERSION)/{{.OS}}-{{.Arch}}/{{.Dir}}" .

release: crossbuild
@echo "not implemented yet ..."
#release: crossbuild
release:
[[ -n "$(COMMENT)" ]] || $(error "WHAT")
git tag -a v$(VERSION) -m '$(COMMENT)'

$(BINARY): $(SOURCES)
# TODO exclude ./vendor dir
Expand Down
4 changes: 4 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
machine:
environment:
GO15VENDOREXPERIMENT: 1

dependencies:
pre:
- make dev.install
Expand Down

0 comments on commit 1c6950e

Please sign in to comment.