소스 검색

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

ci: Continue pipeline on clang format failure
bunnei 6 년 전
부모
커밋
6d23b045a0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .ci/yuzu-patreon-step2.yml

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

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