Browse Source

adjust makefile and travis

pull/430/head
Chris Lu 8 years ago
parent
commit
19159ec479
  1. 1
      .travis.yml
  2. 2
      Makefile

1
.travis.yml

@ -13,6 +13,7 @@ install:
script: script:
- go test ./weed/... - go test ./weed/...
- make release
deploy: deploy:
provider: releases provider: releases

2
Makefile

@ -13,7 +13,7 @@ tar = cd build && tar -cvzf $(1)_$(2).tar.gz $(appname)$(3) && rm $(appname)$(3)
zip = cd build && zip $(1)_$(2).zip $(appname)$(3) && rm $(appname)$(3) zip = cd build && zip $(1)_$(2).zip $(appname)$(3) && rm $(appname)$(3)
all: release
all: build
.PHONY : clean deps build linux release windows_build darwin_build linux_build bsd_build clean .PHONY : clean deps build linux release windows_build darwin_build linux_build bsd_build clean

Loading…
Cancel
Save