diff options
author | James Rowe <[email protected]> | 2020-05-08 18:49:33 -0600 |
---|---|---|
committer | James Rowe <[email protected]> | 2020-05-08 18:49:33 -0600 |
commit | dd449ce4627119776393bcc224f152af970b8ff1 (patch) | |
tree | 6308de28a6ca7e604b59346ad61103f3ca8dc072 /.ci/yuzu-patreon-step2.yml | |
parent | bc30a591ba7252e0c16d9c1b3c75a7073735bcae (diff) | |
download | yuzu-mainline-dd449ce4627119776393bcc224f152af970b8ff1.tar.gz yuzu-mainline-dd449ce4627119776393bcc224f152af970b8ff1.zip |
CI: Don't check clang format on early access builds
Diffstat (limited to '.ci/yuzu-patreon-step2.yml')
-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 26e287257..41eccd973 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 |