Skip to content

Commit 3da96c3

Browse files
committed
Adjust travis script to static
1 parent c734fc2 commit 3da96c3

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ go:
66
- 1.2
77
- tip
88

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-
149
matrix:
1510
allow_failures:
1611
- go: tip

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ default: test
22

33
build-libgit2:
44
./script/build-libgit2-static.sh
5+
cat ./vendor/libgit2/libgit2.pc
6+
cat ./vendor/install/lib/pkgconfig/libgit2.pc
57

68
test: build-libgit2
79
./script/with-static.sh go test ./...

0 commit comments

Comments
 (0)