Set up CI with Azure Pipelines

This commit is contained in:
Greg Landrum
2019-02-11 13:21:34 +00:00
parent a102eaf932
commit e078bf68b5

15
azure-pipelines.yml Normal file
View File

@@ -0,0 +1,15 @@
# C/C++ with GCC
# Build your C/C++ project with GCC using make.
# Add steps that publish test results, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/apps/c-cpp/gcc
trigger:
- master
pool:
vmImage: 'Ubuntu-16.04'
steps:
- script: |
make
displayName: 'make'