diff options
author | bunnei <bunneidev@gmail.com> | 2020-05-10 08:54:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-10 08:54:22 +0200 |
commit | 6ec6cb50dd23fe75e01e7aee198e48b9cafd0542 (patch) | |
tree | ab3cfa5239690488f6422a7516785116b46371cc | |
parent | Merge pull request #3902 from degasus/cmake_version_checks (diff) | |
parent | CI: Don't check clang format on early access builds (diff) | |
download | yuzu-6ec6cb50dd23fe75e01e7aee198e48b9cafd0542.tar yuzu-6ec6cb50dd23fe75e01e7aee198e48b9cafd0542.tar.gz yuzu-6ec6cb50dd23fe75e01e7aee198e48b9cafd0542.tar.bz2 yuzu-6ec6cb50dd23fe75e01e7aee198e48b9cafd0542.tar.lz yuzu-6ec6cb50dd23fe75e01e7aee198e48b9cafd0542.tar.xz yuzu-6ec6cb50dd23fe75e01e7aee198e48b9cafd0542.tar.zst yuzu-6ec6cb50dd23fe75e01e7aee198e48b9cafd0542.zip |
-rw-r--r-- | .ci/yuzu-patreon-step2.yml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.ci/yuzu-patreon-step2.yml b/.ci/yuzu-patreon-step2.yml index 26e287257..41eccd973 100644 --- a/.ci/yuzu-patreon-step2.yml +++ b/.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 |