Explorar o código

Merge pull request #3896 from jroweboy/remove-clang-format-check-from-patreon

CI: Don't check clang format on early access builds
bunnei %!s(int64=6) %!d(string=hai) anos
pai
achega
6ec6cb50dd
Modificáronse 1 ficheiros con 0 adicións e 11 borrados
  1. 0 11
      .ci/yuzu-patreon-step2.yml

+ 0 - 11
.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