1
0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2025-04-08 21:10:07 +00:00

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

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