summaryrefslogtreecommitdiffstats
path: root/.ci
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2020-05-10 08:54:22 +0200
committerGitHub <noreply@github.com>2020-05-10 08:54:22 +0200
commit6ec6cb50dd23fe75e01e7aee198e48b9cafd0542 (patch)
treeab3cfa5239690488f6422a7516785116b46371cc /.ci
parentMerge pull request #3902 from degasus/cmake_version_checks (diff)
parentCI: Don't check clang format on early access builds (diff)
downloadyuzu-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
Diffstat (limited to '.ci')
-rw-r--r--.ci/yuzu-patreon-step2.yml11
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