From 37ae6f9f431994abbc5a1a793b48c759766de52f Mon Sep 17 00:00:00 2001 From: Josh Stewart Date: Wed, 4 Sep 2019 10:04:49 +1000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 721fad77..f0a283e7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -14,7 +14,6 @@ steps: sudo sed -i -- 's/#deb-src/deb-src/g' /etc/apt/sources.list && sudo sed -i -- 's/# deb-src/deb-src/g' /etc/apt/sources.list sudo apt-get update sudo apt-get build-dep -qq cppcheck - continueOnError: true displayName: 'Installing deps' - bash: | git clone --depth=10 https://github.com/noisymime/speeduino noisymime/speeduino @@ -28,6 +27,8 @@ steps: cd noisymime chmod +x speeduino/misra/check_misra_github.sh speeduino/misra/check_misra_github.sh + #This task is always an error if there are MISRA violations + continueOnError: true displayName: 'Running Scan' # Publish test results to Azure Pipelines