Browse Source
Merge pull request #12680 from t895/format-mainline
ci: Remove format step from mainline builds
pull/15/merge
liamwhite
2 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
10 deletions
-
.ci/yuzu-mainline-step2.yml
|
|
|
@ -8,17 +8,7 @@ variables: |
|
|
|
DisplayVersion: $[counter(variables['DisplayPrefix'], 1)] |
|
|
|
|
|
|
|
stages: |
|
|
|
- stage: format |
|
|
|
displayName: 'format' |
|
|
|
jobs: |
|
|
|
- job: format |
|
|
|
displayName: 'clang' |
|
|
|
pool: |
|
|
|
vmImage: ubuntu-latest |
|
|
|
steps: |
|
|
|
- template: ./templates/format-check.yml |
|
|
|
- stage: build |
|
|
|
dependsOn: format |
|
|
|
displayName: 'build' |
|
|
|
jobs: |
|
|
|
- job: build |
|
|
|
|