File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Mac OS X scan-build
2
2
3
3
on :
4
4
push :
5
- branches : [ macos-scan-build ]
5
+ branches : [ master ]
6
6
pull_request :
7
- branches : [ macos-scan-build ]
7
+ branches : [ master ]
8
8
9
9
jobs :
10
10
build :
@@ -13,11 +13,16 @@ jobs:
13
13
14
14
steps :
15
15
- uses : actions/checkout@v2
16
+ - name : install simdjson
17
+ uses : actions/checkout@v2
18
+ with :
19
+ repository : simdjson/simdjson
20
+ path : src/simdjson
16
21
- name : cmake
17
22
run : |
18
23
rm -rf ${{ github.workspace }}/build
19
24
/usr/local/opt/llvm/bin/scan-build cmake -B ${{ github.workspace }}/build -DCMAKE_INSTALL_PREFIX=${{ github.workspace }}
20
25
- name : make
21
26
run : |
22
27
cd ${{ github.workspace }}/build
23
- /usr/local/opt/llvm/bin/scan-build --exclude src/simdjson --status-bugs make -j
28
+ /usr/local/opt/llvm/bin/scan-build --exclude src/simdjson --status-bugs make -j
Original file line number Diff line number Diff line change 13
13
14
14
steps :
15
15
- uses : actions/checkout@v2
16
+ - name : install simdjson
17
+ uses : actions/checkout@v2
18
+ with :
19
+ repository : simdjson/simdjson
20
+ path : src/simdjson
16
21
- name : cmake
17
22
run : |
18
23
rm -rf ${{ github.workspace }}/build
You can’t perform that action at this time.
0 commit comments