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