projects
/
git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'jk/test-fixes' into maint
[git]
/
.cirrus.yml
1
env:
2
CIRRUS_CLONE_DEPTH: 1
3
4
freebsd_12_task:
5
freebsd_instance:
6
image: freebsd-12-1-release-amd64
7
install_script:
8
pkg install -y gettext gmake perl5
9
create_user_script:
10
- pw useradd git
11
- chown -R git:git .
12
build_script:
13
- su git -c gmake
14
test_script:
15
- su git -c 'gmake test'