Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Josh Stewart 2019-09-04 09:31:45 +10:00
parent 69f52816aa
commit dd701aef1c
1 changed files with 2 additions and 2 deletions

View File

@ -11,9 +11,9 @@ pool:
steps:
- bash: |
sudo apt-get update -qq
sudo apt-get update
sudo apt-get build-dep -qq cppcheck
continueOnError: true
continueOnError: true
displayName: 'Installing deps'
- bash: |
git clone --depth=10 https://github.com/noisymime/speeduino /noisymime/speeduino