File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 1
1
freebsd_instance :
2
- image_family : freebsd-12 -1
2
+ image_family : freebsd-13 -1
3
3
4
4
task :
5
- install_script : pkg install -y gmake cmake
5
+ name : compilation (FreeBSD)
6
+ install_script : pkg install -y gmake cmake git
6
7
script :
8
+ - cd src
9
+ - git clone https://github.com/simdjson/simdjson.git
10
+ - cd ..
7
11
- cmake -B build -DCMAKE_INSTALL_PREFIX=.
8
12
- 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
You can’t perform that action at this time.
0 commit comments