File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ stages:
1818
1919# with foldable multi-line commands
2020.setup_cpp : &setup_cpp |
21- curl -LJO "https://github.com/aminya/setup-cpp/releases/download/v0.35.2 /setup-cpp-x64-linux"
21+ curl -LJO "https://github.com/aminya/setup-cpp/releases/download/v0.35.3 /setup-cpp-x64-linux"
2222 chmod +x setup-cpp-x64-linux
2323 echo -e "section_end:"`date +%s`":.setup_cpp\r\e[0Ksection_start:"`date +%s`":hidden_section\r\e[0K setup cpp"
24- export PATH="$HOME/.local/bin:$PATH"
24+ # export PATH="$HOME/.local/bin:$PATH"
2525 ./setup-cpp-x64-linux --compiler $compiler --cmake true --ninja true --ccache true \
2626 --clangtidy true --clangformat true --cppcheck true --gcovr true
2727 source ~/.cpprc
@@ -30,6 +30,7 @@ stages:
3030 cmake --version
3131 ninja --version
3232 gcc --version
33+ which gcovr && gcovr --version
3334
3435# with foldable multi-line commands
3536.build :
You can’t perform that action at this time.
0 commit comments