We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d219f6a commit c937e50Copy full SHA for c937e50
.gitlab-ci.yml
@@ -21,6 +21,7 @@ stages:
21
curl -LJO "https://github.com/aminya/setup-cpp/releases/download/v0.35.2/setup-cpp-x64-linux"
22
chmod +x setup-cpp-x64-linux
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"
25
./setup-cpp-x64-linux --compiler $compiler --cmake true --ninja true --ccache true \
26
--clangtidy true --clangformat true --cppcheck true --gcovr true
27
source ~/.cpprc
0 commit comments