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:
18
18
19
19
# with foldable multi-line commands
20
20
.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"
22
22
chmod +x setup-cpp-x64-linux
23
23
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"
25
25
./setup-cpp-x64-linux --compiler $compiler --cmake true --ninja true --ccache true \
26
26
--clangtidy true --clangformat true --cppcheck true --gcovr true
27
27
source ~/.cpprc
@@ -30,6 +30,7 @@ stages:
30
30
cmake --version
31
31
ninja --version
32
32
gcc --version
33
+ which gcovr && gcovr --version
33
34
34
35
# with foldable multi-line commands
35
36
.build :
You can’t perform that action at this time.
0 commit comments