merge(3p/git): Merge git upstream at v2.26.2
This commit is contained in:
commit
5229c9b232
1006 changed files with 149006 additions and 60819 deletions
15
third_party/git/.cirrus.yml
vendored
Normal file
15
third_party/git/.cirrus.yml
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
env:
|
||||
CIRRUS_CLONE_DEPTH: 1
|
||||
|
||||
freebsd_12_task:
|
||||
freebsd_instance:
|
||||
image: freebsd-12-1-release-amd64
|
||||
install_script:
|
||||
pkg install -y gettext gmake perl5
|
||||
create_user_script:
|
||||
- pw useradd git
|
||||
- chown -R git:git .
|
||||
build_script:
|
||||
- su git -c gmake
|
||||
test_script:
|
||||
- su git -c 'gmake test'
|
||||
Loading…
Add table
Add a link
Reference in a new issue