Skip to content

Commit 1b86602

Browse files
opcmrdementi
authored andcommitted
Update .cirrus.yml
add clang-scan
1 parent 120bea9 commit 1b86602

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.cirrus.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,23 @@
11
freebsd_instance:
2-
image_family: freebsd-12-1
2+
image_family: freebsd-13-1
33

44
task:
5+
name: compilation (FreeBSD)
56
install_script: pkg install -y gmake cmake git
67
script:
78
- cd src
89
- git clone https://github.com/simdjson/simdjson.git
910
- cd ..
1011
- cmake -B build -DCMAKE_INSTALL_PREFIX=.
1112
- cd build && gmake install
13+
14+
task:
15+
name: clang-scan (FreeBSD)
16+
install_script: pkg install -y gmake cmake git devel/llvm llvm
17+
script:
18+
- cd src
19+
- git clone https://github.com/simdjson/simdjson.git
20+
- cd ..
21+
- scan-build cmake -B build -DCMAKE_INSTALL_PREFIX=.
22+
- cd build
23+
- scan-build --exclude src/simdjson --status-bugs gmake install

0 commit comments

Comments
 (0)