yuzu-fork/.ci/yuzu-verify.yml

21 lines
434 B
YAML
Raw Normal View History

2019-07-14 02:34:40 +01:00
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
2019-07-28 19:21:18 +01:00
parameters:
cache: 'false'
- template: ./templates/build-testing.yml