Skip to content

Commit 66a71e2

Browse files
committed
Klockwork CI scenario update to verify simdjson
Added 'simdjson' repo clone to kw yml file to provide analysis of 3rd party component 'simdjson'
1 parent eb88c38 commit 66a71e2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/ci-kw-linux.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
- uses: actions/checkout@v2
1717
- name: kw
1818
run: |
19+
cd src
20+
git clone https://github.com/simdjson/simdjson.git
21+
cd ..
1922
mkdir build
2023
cd build
2124
cmake ..

.github/workflows/ci-kw-windows.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020

2121
- name: kw
2222
run: |
23+
cd ${{github.workspace}}\src
24+
git clone https://github.com/simdjson/simdjson.git
25+
cd ..
2326
mkdir build
2427
cd build
2528
cmake ..

0 commit comments

Comments
 (0)