mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-09 00:45:41 +00:00
17 lines
210 B
YAML
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'
|