Skip to content
Snippets Groups Projects
Commit ebd18bf5 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Fixed cppcheck version on travis

Before fix the master branch was installed
Now we explicitly ask for 1.69
parent b0e2788f
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ else
fi
git checkout $tag
git checkout $version
make -j 4 install CFGDIR="$HOME/opt/share/cppcheck/" CXXFLAGS="-O2 -march=native -mtune=native -Wunreachable-code" PREFIX="$HOME/opt"
cd ../
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment