Adjust travis script to static

This commit is contained in:
Carlos Martín Nieto 2014-06-07 03:00:29 +02:00
parent c734fc2a6b
commit 3da96c3dd7
2 changed files with 2 additions and 5 deletions

View File

@ -6,11 +6,6 @@ go:
- 1.2
- tip
install:
- script/build-libgit2.sh
- export PKG_CONFIG_PATH=$PWD/libgit2/install/lib/pkgconfig
- export LD_LIBRARY_PATH=$PWD/libgit2/install/lib
matrix:
allow_failures:
- go: tip

View File

@ -2,6 +2,8 @@ default: test
build-libgit2:
./script/build-libgit2-static.sh
cat ./vendor/libgit2/libgit2.pc
cat ./vendor/install/lib/pkgconfig/libgit2.pc
test: build-libgit2
./script/with-static.sh go test ./...