Adjust travis script to static
This commit is contained in:
parent
c734fc2a6b
commit
3da96c3dd7
|
@ -6,11 +6,6 @@ go:
|
||||||
- 1.2
|
- 1.2
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
install:
|
|
||||||
- script/build-libgit2.sh
|
|
||||||
- export PKG_CONFIG_PATH=$PWD/libgit2/install/lib/pkgconfig
|
|
||||||
- export LD_LIBRARY_PATH=$PWD/libgit2/install/lib
|
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- go: tip
|
- go: tip
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -2,6 +2,8 @@ default: test
|
||||||
|
|
||||||
build-libgit2:
|
build-libgit2:
|
||||||
./script/build-libgit2-static.sh
|
./script/build-libgit2-static.sh
|
||||||
|
cat ./vendor/libgit2/libgit2.pc
|
||||||
|
cat ./vendor/install/lib/pkgconfig/libgit2.pc
|
||||||
|
|
||||||
test: build-libgit2
|
test: build-libgit2
|
||||||
./script/with-static.sh go test ./...
|
./script/with-static.sh go test ./...
|
||||||
|
|
Loading…
Reference in New Issue