Update master to latest libgit2 and build statically #362

Merged
carlosmn merged 34 commits from cmn/master-tip-static into master 2017-01-20 16:55:27 -06:00
1 changed files with 8 additions and 5 deletions
Showing only changes of commit 92fa6357ae - Show all commits

View File

@ -1,8 +1,11 @@
default: test
test:
go run script/check-MakeGitError-thread-lock.go
go test ./...
build-libgit2:
./script/build-libgit2-static.sh
install:
go install ./...
test: build-libgit2
go run script/check-MakeGitError-thread-lock.go
./script/with-static.sh go test ./...
install: build-libgit2
./script/with-static.sh go install ./...