ci: Continue pipeline on clang format failure

This commit is contained in:
Zach Hilman 2019-11-24 21:31:37 -05:00
parent 2899c93818
commit 8652313af2

View file

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