aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2020-05-10 02:54:22 -0400
committerGitHub <noreply@github.com>2020-05-10 02:54:22 -0400
commit6ec6cb50dd23fe75e01e7aee198e48b9cafd0542 (patch)
treeab3cfa5239690488f6422a7516785116b46371cc
parentd4e1633fb78630b76ff4606b899a8d040d1a2ac4 (diff)
parentdd449ce4627119776393bcc224f152af970b8ff1 (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.yml11
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