Test of azure pipelines build
This commit is contained in:
parent
272ea74175
commit
3933328d8a
|
@ -8,6 +8,7 @@ pool:
|
||||||
vmImage: 'Ubuntu 16.04'
|
vmImage: 'Ubuntu 16.04'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- script: pip install --upgrade pip
|
||||||
- script: pip install -U platformio
|
- script: pip install -U platformio
|
||||||
- script: git clone --depth=20 https://github.com/noisymime/cppcheck.git noisymime/cppcheck
|
- script: git clone --depth=20 https://github.com/noisymime/cppcheck.git noisymime/cppcheck
|
||||||
- script: cd noisymime/speeduino
|
- script: cd noisymime/speeduino
|
||||||
|
|
Loading…
Reference in New Issue