Skip to content
This repository was archived by the owner on Apr 12, 2019. It is now read-only.

Commit 67a38f3

Browse files
committed
Add testing with git-1.7.2
1 parent 3c11853 commit 67a38f3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.drone.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,22 @@ pipeline:
1818
- make clean
1919
- make vet
2020
- make lint
21+
- git --version
22+
- make test
23+
- apk add --update autoconf &&
24+
apk add --update zlib-dev &&
25+
mkdir build &&
26+
curl -sL "https://github.com/git/git/archive/v1.7.2.tar.gz" -o git.tar.gz &&
27+
tar -C build -xzf git.tar.gz &&
28+
cd build/git-1.7.2 &&
29+
autoconf &&
30+
./configure --without-tcltk --prefix=/usr/local &&
31+
make install NO_PERL=please &&
32+
cd ../.. &&
33+
rm -rf build &&
34+
rm git.tar.gz
35+
- hash -r
36+
- git --version
2137
- make test
2238
- make build
2339

0 commit comments

Comments
 (0)