Browse Source
Merge pull request #3896 from jroweboy/remove-clang-format-check-from-patreon
CI: Don't check clang format on early access builds
pull/15/merge
bunnei
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
11 deletions
-
.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 |
|
|
|
|