We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d4f46b + ad51ae4 commit 85e73ccCopy full SHA for 85e73cc
.cirrus.yml
@@ -2,8 +2,15 @@ env:
2
CIRRUS_CLONE_DEPTH: 1
3
4
freebsd_12_task:
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
11
freebsd_instance:
- image: freebsd-12-1-release-amd64
12
+ image_family: freebsd-12-2
13
+ memory: 2G
14
install_script:
15
pkg install -y gettext gmake perl5
16
create_user_script:
0 commit comments