Test of azure pipelines build

This commit is contained in:
Josh Stewart 2018-09-11 17:39:15 +10:00
parent 272ea74175
commit 3933328d8a
1 changed files with 2 additions and 1 deletions

View File

@ -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