Set up CI with Azure Pipelines

[skip ci]
This commit is contained in:
mjbudd77 2020-05-08 07:53:39 -04:00
parent 9844caf69d
commit e39c8ab6df
1 changed files with 15 additions and 0 deletions

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-latest'
steps:
- script: |
make
displayName: 'make'