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
22
33on :
44 push :
5- branches : [ macos-scan-build ]
5+ branches : [ master ]
66 pull_request :
7- branches : [ macos-scan-build ]
7+ branches : [ master ]
88
99jobs :
1010 build :
@@ -13,11 +13,16 @@ jobs:
1313
1414 steps :
1515 - uses : actions/checkout@v2
16+ - name : install simdjson
17+ uses : actions/checkout@v2
18+ with :
19+ repository : simdjson/simdjson
20+ path : src/simdjson
1621 - name : cmake
1722 run : |
1823 rm -rf ${{ github.workspace }}/build
1924 /usr/local/opt/llvm/bin/scan-build cmake -B ${{ github.workspace }}/build -DCMAKE_INSTALL_PREFIX=${{ github.workspace }}
2025 - name : make
2126 run : |
2227 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 1313
1414 steps :
1515 - uses : actions/checkout@v2
16+ - name : install simdjson
17+ uses : actions/checkout@v2
18+ with :
19+ repository : simdjson/simdjson
20+ path : src/simdjson
1621 - name : cmake
1722 run : |
1823 rm -rf ${{ github.workspace }}/build
You can’t perform that action at this time.
0 commit comments