blob: 4860bebd32f8d3f34c2382f097ac50c0b972d3a0 [file] [log] [blame]
Ed Masteb5a9d7a2019-12-20 02:11:45 +00001env:
2 CIRRUS_CLONE_DEPTH: 1
3
4freebsd_12_task:
Carlo Marcelo Arenas Belónad51ae42021-08-12 13:22:00 -07005 env:
6 GIT_PROVE_OPTS: "--timer --jobs 10"
7 GIT_TEST_OPTS: "--no-chain-lint --no-bin-wrappers"
8 MAKEFLAGS: "-j4"
9 DEFAULT_TEST_TARGET: prove
10 DEVELOPER: 1
Ed Masteb5a9d7a2019-12-20 02:11:45 +000011 freebsd_instance:
Philippe Blainc58bebd2022-05-25 08:51:12 -040012 image_family: freebsd-12-3
Carlo Marcelo Arenas Belónad51ae42021-08-12 13:22:00 -070013 memory: 2G
Ed Masteb5a9d7a2019-12-20 02:11:45 +000014 install_script:
15 pkg install -y gettext gmake perl5
16 create_user_script:
17 - pw useradd git
18 - chown -R git:git .
19 build_script:
20 - su git -c gmake
21 test_script:
22 - su git -c 'gmake test'