Skip to content

Commit 78b0d54

Browse files
committed
why so cirrus
1 parent 09fc497 commit 78b0d54

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.cirrus.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ build_task:
99
cpu: 4
1010
memory: 8G
1111
matrix:
12+
compute_engine_instance:
13+
image: family/freebsd-14-0
1214
compute_engine_instance:
1315
image: family/freebsd-15-0-snap
1416
prepare_script:
@@ -18,5 +20,5 @@ build_task:
1820
- env MAKE=gmake ./configure
1921
build_script:
2022
- gmake -j `sysctl -n kern.smp.cpus`
21-
install_script:
22-
- gmake install
23+
test_script:
24+
- gmake test

0 commit comments

Comments
 (0)