Browse Source

Set up CI with Azure Pipelines [skip ci]

pull/627/merge
Christoph Ruegg 7 years ago
parent
commit
ca78d994f1
  1. 14
      azure-pipelines.yml

14
azure-pipelines.yml

@ -0,0 +1,14 @@
# 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:
- master
pool:
vmImage: 'windows-2019'
steps:
- script: build.cmd test
displayName: 'Build & Test'
Loading…
Cancel
Save