mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 09:25:45 +00:00
ci: Add two step patreon build pipeline
This commit is contained in:
parent
778ad7c238
commit
43b52e5d37
3 changed files with 36 additions and 19 deletions
28
.ci/yuzu-patreon-step2.yml
Normal file
28
.ci/yuzu-patreon-step2.yml
Normal file
|
@ -0,0 +1,28 @@
|
|||
trigger:
|
||||
- master
|
||||
|
||||
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:
|
||||
- template: ./templates/build-standard.yml
|
||||
parameters:
|
||||
cache: 'true'
|
||||
- stage: release
|
||||
displayName: 'release'
|
||||
dependsOn: build
|
||||
jobs:
|
||||
- job: azure
|
||||
displayName: 'azure'
|
||||
steps:
|
||||
- template: ./templates/release-universal.yml
|
Loading…
Add table
Add a link
Reference in a new issue