mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-22 19:25:42 +00:00
Set up CI with Azure Pipelines
[skip ci]
This commit is contained in:
parent
76cbe40848
commit
4ebfff755b
16
azure-pipelines.yml
Normal file
16
azure-pipelines.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
|
||||
trigger:
|
||||
branches:
|
||||
include:
|
||||
- master
|
||||
- develop
|
||||
tags:
|
||||
include:
|
||||
- '*'
|
||||
|
||||
pool:
|
||||
vmImage: 'ubuntu-latest'
|
||||
|
||||
steps:
|
||||
- script: ./build.sh --BuildTarget=FullBuild
|
||||
displayName: 'CAKE Script'
|
Loading…
Reference in a new issue