File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ jobs:
2424 sudo apt-get install libpcre3 libpcre3-dev libzstd-dev ninja-build
2525 - name : Install cppcheck
2626 run : |
27- git clone https://github.com/danmar/cppcheck.git
27+ git clone https://github.com/danmar/cppcheck.git --branch 2.14.1
2828 cd cppcheck
2929 cmake -S. -B build \
3030 -DCMAKE_BUILD_TYPE=Release \
31- -DUSE_MATCHCOMPILER=On \
31+ -DUSE_MATCHCOMPILER=ON \
3232 -DHAVE_RULES=ON
33- cmake --build build --config Release
33+ cmake --build build --config Release --parallel
3434 sudo cmake --install build --prefix /usr
3535 - name : Install gtest
3636 uses : MarkusJx/googletest-installer@v1.1
9494 -DVCPKG_BUILD_TYPE=debug `
9595 -DDATABENTO_USE_EXTERNAL_GTEST=0
9696 - name : CMake build
97- run : cmake --build build --parallel 10
97+ run : cmake --build build --parallel
9898 - name : Unit tests
9999 run : cd build && ctest --verbose --exclude-regex cmake
You can’t perform that action at this time.
0 commit comments