]> git.ipfire.org Git - thirdparty/git.git/blob - .cirrus.yml
Sync with maint
[thirdparty/git.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'