Delete azure-pipelines.yml

This commit is contained in:
Magne Sjaastad 2020-02-17 21:36:48 +01:00 committed by GitHub
parent 6a566a537c
commit fbaad2e7ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,22 +0,0 @@
# Starter pipeline
# Start with a minimal pipeline that you can customize to build and deploy your code.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml
trigger:
- master
pool:
vmImage: 'ubuntu-latest'
steps:
- script: echo Hello, world!
displayName: 'Run a one-line script'
- script: |
echo Add other tasks to build, test, and deploy your project.
echo See https://aka.ms/yaml
mkdir cmakebuild
cd cmakebuild
displayName: 'Run a multi-line script'