repo.or.cz
/
alt-git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'ds/maintenance-pack-refs'
[alt-git.git]
/
.cirrus.yml
blob
c2f5fe385af1bbc161f6c010bdcf0048ab6671ed
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'