We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c734fc2 commit 3da96c3Copy full SHA for 3da96c3
.travis.yml
@@ -6,11 +6,6 @@ go:
6
- 1.2
7
- tip
8
9
-install:
10
- - script/build-libgit2.sh
11
- - export PKG_CONFIG_PATH=$PWD/libgit2/install/lib/pkgconfig
12
- - export LD_LIBRARY_PATH=$PWD/libgit2/install/lib
13
-
14
matrix:
15
allow_failures:
16
- go: tip
Makefile
@@ -2,6 +2,8 @@ default: test
2
3
build-libgit2:
4
./script/build-libgit2-static.sh
5
+ cat ./vendor/libgit2/libgit2.pc
+ cat ./vendor/install/lib/pkgconfig/libgit2.pc
test: build-libgit2
./script/with-static.sh go test ./...
0 commit comments