diff options
author | bunnei <bunneidev@gmail.com> | 2019-11-25 05:03:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-25 05:03:51 +0100 |
commit | 6d23b045a06ee49e81ae0ef7dd726c11983db304 (patch) | |
tree | b69457ba8f99c8c90e24b4fa761ff0ca32091bb7 | |
parent | Merge pull request #3158 from ReinUsesLisp/srgb-blit (diff) | |
parent | ci: Continue pipeline on clang format failure (diff) | |
download | yuzu-6d23b045a06ee49e81ae0ef7dd726c11983db304.tar yuzu-6d23b045a06ee49e81ae0ef7dd726c11983db304.tar.gz yuzu-6d23b045a06ee49e81ae0ef7dd726c11983db304.tar.bz2 yuzu-6d23b045a06ee49e81ae0ef7dd726c11983db304.tar.lz yuzu-6d23b045a06ee49e81ae0ef7dd726c11983db304.tar.xz yuzu-6d23b045a06ee49e81ae0ef7dd726c11983db304.tar.zst yuzu-6d23b045a06ee49e81ae0ef7dd726c11983db304.zip |
-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 35c5fbe36..1b36f63e1 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: |