Skip to content

Commit e7cf720

Browse files
authored
Merge pull request #215 from intel-innersource/kw_yml_upd_simdjson
Klockwork CI scenario update to verify simdjson
2 parents cf7e196 + 66a71e2 commit e7cf720

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)