Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/fceux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Budd <mjbudd77@gmail.com>2020-05-08 15:14:39 +0300
committerMatthew Budd <mjbudd77@gmail.com>2020-05-08 15:14:39 +0300
commit94973b0078cffc50084633959e90378946d7495d (patch)
tree802df7f4f275cadff5052b71b32338d8b8ed6b7f /azure-pipelines.yml
parente39c8ab6df40cf68c59d607dbb14407cbba5e2b3 (diff)
Removed azure-pipeline comfig file that does not work.
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml15
1 files changed, 0 insertions, 15 deletions
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'