Skip to content

Commit 120bea9

Browse files
authored
Update .cirrus.yml
add simdjson compilation
1 parent 4fff354 commit 120bea9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.cirrus.yml

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

44
task:
5-
install_script: pkg install -y gmake cmake
5+
install_script: pkg install -y gmake cmake git
66
script:
7+
- cd src
8+
- git clone https://github.com/simdjson/simdjson.git
9+
- cd ..
710
- cmake -B build -DCMAKE_INSTALL_PREFIX=.
811
- cd build && gmake install

0 commit comments

Comments
 (0)