aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2019-11-24 23:03:51 -0500
committerGitHub <noreply@github.com>2019-11-24 23:03:51 -0500
commit6d23b045a06ee49e81ae0ef7dd726c11983db304 (patch)
treeb69457ba8f99c8c90e24b4fa761ff0ca32091bb7
parent2899c93818bf7ce2ffec17c0f4870abc3c0fabb8 (diff)
parent8652313af2c451be4c290c78473458d0d7fa791f (diff)
Merge pull request #3160 from DarkLordZach/opt-ea-clang-fmt
ci: Continue pipeline on clang format failure
-rw-r--r--.ci/yuzu-patreon-step2.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.ci/yuzu-patreon-step2.yml b/.ci/yuzu-patreon-step2.yml
index 35c5fbe367..1b36f63e1e 100644
--- a/.ci/yuzu-patreon-step2.yml
+++ b/.ci/yuzu-patreon-step2.yml
@@ -10,6 +10,7 @@ stages:
jobs:
- job: format
displayName: 'clang'
+ continueOnError: true
pool:
vmImage: ubuntu-latest
steps: