Removed azure-pipeline comfig file that does not work.

This commit is contained in:
Matthew Budd 2020-05-08 08:14:39 -04:00
parent e39c8ab6df
commit 94973b0078
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
# 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'