diff options
author | Zach Hilman <zachhilman@gmail.com> | 2019-11-24 21:31:37 -0500 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2019-11-24 21:31:37 -0500 |
commit | 8652313af2c451be4c290c78473458d0d7fa791f (patch) | |
tree | b69457ba8f99c8c90e24b4fa761ff0ca32091bb7 | |
parent | 2899c93818bf7ce2ffec17c0f4870abc3c0fabb8 (diff) |
ci: Continue pipeline on clang format failure
-rw-r--r-- | .ci/yuzu-patreon-step2.yml | 1 |
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: |