diff options
author | liamwhite <liamwhite@users.noreply.github.com> | 2024-01-15 19:52:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-15 19:52:48 +0100 |
commit | 2e4e33156e7c9604fc015d4bdb1f3fa04e4d2aa3 (patch) | |
tree | 2ccb9a01f4e16f55e0cdc5ae793fd494dd641934 | |
parent | Merge pull request #12677 from GPUCode/whyy-modders (diff) | |
parent | ci: Remove format step from mainline builds (diff) | |
download | yuzu-2e4e33156e7c9604fc015d4bdb1f3fa04e4d2aa3.tar yuzu-2e4e33156e7c9604fc015d4bdb1f3fa04e4d2aa3.tar.gz yuzu-2e4e33156e7c9604fc015d4bdb1f3fa04e4d2aa3.tar.bz2 yuzu-2e4e33156e7c9604fc015d4bdb1f3fa04e4d2aa3.tar.lz yuzu-2e4e33156e7c9604fc015d4bdb1f3fa04e4d2aa3.tar.xz yuzu-2e4e33156e7c9604fc015d4bdb1f3fa04e4d2aa3.tar.zst yuzu-2e4e33156e7c9604fc015d4bdb1f3fa04e4d2aa3.zip |
Diffstat (limited to '')
-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 |