File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 2828 sudo update-alternatives --install /usr/bin/clang-tidy clang-tidy /usr/bin/clang-tidy-$LLVM_VERSION 50
2929 clang-tidy --version
3030 - run : |
31+ cmake --version
3132 cmake --preset OCVSMD-Linux -DCMAKE_C_COMPILER=${{ matrix.c-compiler }} -DCMAKE_CXX_COMPILER=${{ matrix.cxx-compiler }}
3233 cmake --build --preset OCVSMD-Linux-Debug
3334 ctest --preset OCVSMD-Debug
5960 sudo apt update -y && sudo apt upgrade -y
6061 sudo apt install gcc-multilib g++-multilib ninja-build
6162 - run : |
63+ cmake --version
6264 cmake --preset OCVSMD-Linux -DCMAKE_C_COMPILER=${{ matrix.c-compiler }} -DCMAKE_CXX_COMPILER=${{ matrix.cxx-compiler }}
6365 cmake --build --preset OCVSMD-Linux-Release
6466 ctest --preset OCVSMD-Release
You can’t perform that action at this time.
0 commit comments