From cfb64fb16ce133881fd09109698c6c9da4b64837 Mon Sep 17 00:00:00 2001 From: Joel Hendrix Date: Mon, 8 Jul 2019 13:09:48 -0700 Subject: [PATCH] add yaml file for azure devops CI --- azure-pipelines.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 000000000..5d869a1b4 --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,5 @@ +pool: + vmImage: 'Ubuntu 16.04' + +trigger: +- master