summaryrefslogtreecommitdiffstats
path: root/.ci/yuzu-mainline-step1.yml
blob: 6b6acb5c67bed776cceaaee1fd8d6c8b241709fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
trigger:
- master

pool:
  vmImage: 'ubuntu-latest'

stages:
- stage: merge
  displayName: 'merge'
  jobs:
  - template: ./templates/merge.yml