Hacky hack to get latest cppcheck on Travis
This commit is contained in:
parent
fd70cc6eb8
commit
e37b4abd32
|
@ -35,8 +35,14 @@ cache:
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
- sudo apt-get install -qq cppcheck
|
- sudo apt-get build-dep -qq cppcheck
|
||||||
- git clone --depth=20 https://github.com/noisymime/cppcheck.git noisymime/cppcheck
|
- git clone --depth=20 https://github.com/noisymime/cppcheck.git noisymime/cppcheck
|
||||||
|
- wget https://github.com/danmar/cppcheck/archive/1.79.zip
|
||||||
|
- unzip 1.79.zip
|
||||||
|
- cd cppcheck-1.79
|
||||||
|
- make
|
||||||
|
- sudo make install
|
||||||
|
- cd..
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install -U platformio
|
- pip install -U platformio
|
||||||
|
|
Loading…
Reference in New Issue