Set up CI with Azure Pipelines (#501)

* Set up CI with Azure Pipelines

[skip ci]

* Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
Misaka imoto 17535 2019-05-19 19:10:26 +08:00 committed by GitHub
parent 3da1e27df0
commit effc3e2ed8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

16
azure-pipelines.yml Normal file
View File

@ -0,0 +1,16 @@
# Starter pipeline
# Start with a minimal pipeline that you can customize to build and deploy your code.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml
trigger:
branches:
include:
- '*'
pool:
vmImage: 'ubuntu-latest'
steps:
- script: echo Placeholder CI
displayName: 'Placeholder misaka'