diff options
author | t895 <[email protected]> | 2024-01-15 10:30:57 -0500 |
---|---|---|
committer | t895 <[email protected]> | 2024-01-15 10:30:57 -0500 |
commit | 954eb402375313093fbde8f31929ffc66ecccc75 (patch) | |
tree | b86de02790e22d33c87fe301746d175fe7b18313 /.ci | |
parent | 817c7c445dcad03756e484810445d1d3ebc2bde2 (diff) | |
download | yuzu-android-954eb402375313093fbde8f31929ffc66ecccc75.tar.gz yuzu-android-954eb402375313093fbde8f31929ffc66ecccc75.zip |
ci: Remove format step from mainline builds
Diffstat (limited to '.ci')
-rw-r--r-- | .ci/yuzu-mainline-step2.yml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.ci/yuzu-mainline-step2.yml b/.ci/yuzu-mainline-step2.yml index b294827f4..8bb0572f5 100644 --- a/.ci/yuzu-mainline-step2.yml +++ b/.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 |