ci: Continue pipeline on clang format failure

This commit is contained in:
Zach Hilman 2019-11-24 21:31:37 -05:00
parent 242629852b
commit b748d2b50d

View file

@ -10,6 +10,7 @@ stages:
jobs: jobs:
- job: format - job: format
displayName: 'clang' displayName: 'clang'
continueOnError: true
pool: pool:
vmImage: ubuntu-latest vmImage: ubuntu-latest
steps: steps: