Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6835674

Browse files
committedFeb 4, 2016
appveyor check
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
1 parent bc80d85 commit 6835674

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ vendor: godep
3030
install: deps
3131
cd cmd/ipfs && go install -ldflags=$(ldflags)
3232

33-
build:
33+
build: deps
3434
cd cmd/ipfs && go build -i -ldflags=$(ldflags)
3535

36-
nofuse:
36+
nofuse: deps
3737
cd cmd/ipfs && go install -tags nofuse -ldflags=$(ldflags)
3838

3939
clean:

‎appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ environment:
2626

2727
install:
2828
# Enable make
29-
#- SET PATH=c:\MinGW\bin;%PATH%
3029
#- copy c:\MinGW\bin\mingw32-make.exe c:\MinGW\bin\make.exe
30+
- SET PATH=%GOPATH%/bin;%PATH%
3131
- go version
3232
- go env
3333

0 commit comments

Comments
 (0)
Please sign in to comment.