Compare commits
No commits in common. "main" and "v0.1.2" have entirely different histories.
2
Makefile
2
Makefile
|
@ -16,7 +16,7 @@ generate: static-build/install/lib/libgit2.a
|
||||||
test:
|
test:
|
||||||
-go-mod-clean # go install go.wit.com/apps/go-mod-clean@latest
|
-go-mod-clean # go install go.wit.com/apps/go-mod-clean@latest
|
||||||
go run script/check-MakeGitError-thread-lock.go
|
go run script/check-MakeGitError-thread-lock.go
|
||||||
LD_LIBRARY_PATH=/opt/libgit2 PKG_CONFIG_PATH=/opt/libgit2/ go test -v -x $(TEST_ARGS) ./...
|
PKG_CONFIG_PATH=/opt/libgit2/ go test -v -x $(TEST_ARGS) ./...
|
||||||
|
|
||||||
add-remote:
|
add-remote:
|
||||||
git remote add git2go https://github.com/libgit2/git2go.git
|
git remote add git2go https://github.com/libgit2/git2go.git
|
||||||
|
|
Loading…
Reference in New Issue