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 11freebsd_instance :
2- image_family : freebsd-12 -1
2+ image_family : freebsd-13 -1
33
44task :
5- install_script : pkg install -y gmake cmake
5+ name : compilation (FreeBSD)
6+ install_script : pkg install -y gmake cmake git
67 script :
8+ - cd src
9+ - git clone https://github.com/simdjson/simdjson.git
10+ - cd ..
711 - cmake -B build -DCMAKE_INSTALL_PREFIX=.
812 - 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