summaryrefslogtreecommitdiff
path: root/.ci/yuzu-verify.yml
diff options
context:
space:
mode:
Diffstat (limited to '.ci/yuzu-verify.yml')
-rw-r--r--.ci/yuzu-verify.yml23
1 files changed, 0 insertions, 23 deletions
diff --git a/.ci/yuzu-verify.yml b/.ci/yuzu-verify.yml
deleted file mode 100644
index 38e3e6121..000000000
--- a/.ci/yuzu-verify.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-# SPDX-FileCopyrightText: 2019 yuzu Emulator Project
-# SPDX-License-Identifier: GPL-2.0-or-later
-
-stages:
-- stage: format
- displayName: 'format'
- jobs:
- - job: format
- displayName: 'clang'
- pool:
- vmImage: ubuntu-latest
- steps:
- - template: ./templates/format-check.yml
- parameters:
- artifactSource: 'false'
-- stage: build
- displayName: 'build'
- dependsOn: format
- jobs:
- - template: ./templates/build-standard.yml
- parameters:
- cache: 'false'
- - template: ./templates/build-testing.yml