Skip to content

Commit b5a9d7a

Browse files
emastegitster
authored andcommittedDec 20, 2019
CI: add FreeBSD CI support via Cirrus-CI
Currently testing on FreeBSD 12.1. Signed-off-by: Ed Maste <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 53a06cf commit b5a9d7a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
 

‎.cirrus.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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'

0 commit comments

Comments
 (0)