Skip to content

Commit 053473b

Browse files
authored
Merge pull request #418 from opcm/staging
merge staging branch
2 parents 4fff354 + 1b86602 commit 053473b

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

.cirrus.yml

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

44
task:
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

0 commit comments

Comments
 (0)