Skip to content

Commit 1018d16

Browse files
committed
cirrus: install cmake
Change-Id: I1ec95e4f1333eb6ab11da97dace580b625c60988
1 parent a2708c6 commit 1018d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ freebsd_instance:
22
image_family: freebsd-12-1
33

44
task:
5-
install_script: pkg install -y gmake
5+
install_script: pkg install -y gmake cmake
66
script:
77
- cmake -B build -DCMAKE_INSTALL_PREFIX=.
88
- cd build && gmake install

0 commit comments

Comments
 (0)