mirror of
https://github.com/git/git.git
synced 2024-12-03 06:53:53 +08:00
9 lines
68 B
Bash
9 lines
68 B
Bash
|
#!/bin/sh
|
||
|
#
|
||
|
# Build Git
|
||
|
#
|
||
|
|
||
|
. ${0%/*}/lib-travisci.sh
|
||
|
|
||
|
make --jobs=2
|