diff options
author | bunnei <bunneidev@gmail.com> | 2020-05-10 02:54:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-10 02:54:22 -0400 |
commit | 6ec6cb50dd23fe75e01e7aee198e48b9cafd0542 (patch) | |
tree | ab3cfa5239690488f6422a7516785116b46371cc | |
parent | d4e1633fb78630b76ff4606b899a8d040d1a2ac4 (diff) | |
parent | dd449ce4627119776393bcc224f152af970b8ff1 (diff) |
Merge pull request #3896 from jroweboy/remove-clang-format-check-from-patreon
CI: Don't check clang format on early access builds
-rw-r--r-- | .ci/yuzu-patreon-step2.yml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.ci/yuzu-patreon-step2.yml b/.ci/yuzu-patreon-step2.yml index 26e2872577..41eccd9737 100644 --- a/.ci/yuzu-patreon-step2.yml +++ b/.ci/yuzu-patreon-step2.yml @@ -5,18 +5,7 @@ variables: DisplayVersion: $[counter(variables['DisplayPrefix'], 1)] stages: -- stage: format - displayName: 'format' - jobs: - - job: format - displayName: 'clang' - continueOnError: true - pool: - vmImage: ubuntu-latest - steps: - - template: ./templates/format-check.yml - stage: build - dependsOn: format displayName: 'build' jobs: - job: build |