Ryujinx-GtkSharp/azure-pipelines.yml
2019-08-09 21:37:45 +02:00

17 lines
210 B
YAML

trigger:
branches:
include:
- master
- develop
tags:
include:
- '*'
pool:
vmImage: 'ubuntu-latest'
steps:
- script: ./build.sh --BuildTarget=FullBuild
displayName: 'CAKE Script'