Skip to content

Commit

Permalink
Merge pull request cpp-best-practices#36 from euripedesrocha/main
Browse files Browse the repository at this point in the history
Updates setup-cpp and adds missing tools
  • Loading branch information
lefticus authored Apr 27, 2022
2 parents c77d33f + 93968c5 commit 333cadc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ stages:
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1E9377A2BA9EF27F

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

.test: &test |
Expand All @@ -46,4 +46,4 @@ test_linux_gcc:
script:
- *setup_linux
- *setup_cpp
- *test
- *test

0 comments on commit 333cadc

Please sign in to comment.