Skip to content

Commit 23229f4

Browse files
committed
Use setup-cpp v0.35.2
1 parent c937e50 commit 23229f4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)