We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0dc5b76 + 1e77de1 commit 649162cCopy full SHA for 649162c
.cirrus.yml
@@ -5,11 +5,13 @@ freebsd_task:
5
env:
6
GIT_PROVE_OPTS: "--timer --jobs 10"
7
GIT_TEST_OPTS: "--no-chain-lint --no-bin-wrappers"
8
- MAKEFLAGS: "-j4"
+ GIT_SKIP_TESTS: t7815.12
9
+ MAKEFLAGS: -j4
10
DEFAULT_TEST_TARGET: prove
11
+ DEFAULT_UNIT_TEST_TARGET: unit-tests-prove
12
DEVELOPER: 1
13
freebsd_instance:
- image_family: freebsd-13-4
14
+ image_family: freebsd-14-3
15
memory: 2G
16
install_script:
17
pkg install -y gettext gmake perl5
@@ -19,4 +21,4 @@ freebsd_task:
19
21
build_script:
20
22
- su git -c gmake
23
test_script:
- - su git -c 'gmake DEFAULT_UNIT_TEST_TARGET=unit-tests-prove test unit-tests'
24
+ - su git -c 'gmake test unit-tests'
0 commit comments