From 0be7f659089b44ee9ec499a23e6d59da0761a5c1 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 5 Oct 2018 18:06:36 +0200 Subject: [PATCH] azure-pipelines.yml: add basic config --- azure-pipelines.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 00000000..ea242cb8 --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,8 @@ +# configuration file for azure continuous integration +pool: + vmImage: 'Ubuntu 16.04' + +steps: +- script: | + make + displayName: 'make' -- 2.11.0