Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Commit 333cadc

Browse files
authored
Merge pull request #36 from euripedesrocha/main
Updates setup-cpp and adds missing tools
2 parents c77d33f + 93968c5 commit 333cadc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ stages:
2020
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1E9377A2BA9EF27F
2121

2222
.setup_cpp: &setup_cpp |
23-
curl -LJO "https://github.com/aminya/setup-cpp/releases/download/v0.5.8/setup_cpp_linux"
23+
curl -LJO "https://github.com/aminya/setup-cpp/releases/download/v0.10.0/setup_cpp_linux"
2424
chmod +x setup_cpp_linux
25-
./setup_cpp_linux --compiler $compiler --cmake true --ninja true --conan true --ccache true
25+
./setup_cpp_linux --compiler $compiler --cmake true --ninja true --conan true --ccache true --clangtidy true --clangformat true --cppcheck true
2626
source ~/.profile
2727

2828
.test: &test |
@@ -46,4 +46,4 @@ test_linux_gcc:
4646
script:
4747
- *setup_linux
4848
- *setup_cpp
49-
- *test
49+
- *test

0 commit comments

Comments
 (0)