Ed Maste | b5a9d7a | 2019-12-20 02:11:45 +0000 | [diff] [blame] | 1 | env: |
| 2 | CIRRUS_CLONE_DEPTH: 1 |
| 3 | |
| 4 | freebsd_12_task: |
Carlo Marcelo Arenas Belón | ad51ae4 | 2021-08-12 13:22:00 -0700 | [diff] [blame] | 5 | 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 Maste | b5a9d7a | 2019-12-20 02:11:45 +0000 | [diff] [blame] | 11 | freebsd_instance: |
Philippe Blain | c58bebd | 2022-05-25 08:51:12 -0400 | [diff] [blame] | 12 | image_family: freebsd-12-3 |
Carlo Marcelo Arenas Belón | ad51ae4 | 2021-08-12 13:22:00 -0700 | [diff] [blame] | 13 | memory: 2G |
Ed Maste | b5a9d7a | 2019-12-20 02:11:45 +0000 | [diff] [blame] | 14 | 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' |