aboutsummaryrefslogtreecommitdiffhomepage
path: root/.ci/yuzu-patreon-step2.yml
diff options
context:
space:
mode:
authorJames Rowe <[email protected]>2020-05-08 18:49:33 -0600
committerJames Rowe <[email protected]>2020-05-08 18:49:33 -0600
commitdd449ce4627119776393bcc224f152af970b8ff1 (patch)
tree6308de28a6ca7e604b59346ad61103f3ca8dc072 /.ci/yuzu-patreon-step2.yml
parentbc30a591ba7252e0c16d9c1b3c75a7073735bcae (diff)
downloadyuzu-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.yml11
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