Browse Source

Merge pull request #3160 from DarkLordZach/opt-ea-clang-fmt

ci: Continue pipeline on clang format failure
bunnei 6 years ago
parent
commit
6d23b045a0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .ci/yuzu-patreon-step2.yml

+ 1 - 0
.ci/yuzu-patreon-step2.yml

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