From 5cf6a8fdd0c9ceaba3e87038093190965f1474f1 Mon Sep 17 00:00:00 2001 From: Roey Darwish Dror Date: Tue, 18 Jun 2019 20:13:21 +0300 Subject: [PATCH] Set up CI with Azure Pipelines [skip ci] --- azure-pipelines.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 0000000..1fb2f9d --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,6 @@ +pool: + vmImage: 'ubuntu-18.04' +container: 'rust:latest' +steps: + - script: cargo check --all + displayName: Run check \ No newline at end of file