From 94973b0078cffc50084633959e90378946d7495d Mon Sep 17 00:00:00 2001 From: Matthew Budd Date: Fri, 8 May 2020 08:14:39 -0400 Subject: [PATCH] Removed azure-pipeline comfig file that does not work. --- azure-pipelines.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml deleted file mode 100644 index 38d9a371..00000000 --- a/azure-pipelines.yml +++ /dev/null @@ -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'