From b65f9c8afd8b3dacbf453f2948ca4ee6cbb585d1 Mon Sep 17 00:00:00 2001 From: Hannes Date: Thu, 13 May 2021 11:37:23 +0000 Subject: [PATCH] Deleted azure-pipelines.yml --- azure-pipelines.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml deleted file mode 100644 index b30138c..0000000 --- a/azure-pipelines.yml +++ /dev/null @@ -1,20 +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-16.04' - -steps: - - script: | - curl https://sh.rustup.rs -sSf | sh -s -- -y - echo "##vso[task.setvariable variable=PATH;]$PATH:$HOME/.cargo/bin" - displayName: Install rust - - script: cargo build --all - displayName: Cargo build - - script: cargo test --all - displayName: Cargo test \ No newline at end of file