From 9ed8648c91670cc1c851a2c47cc61cfc8b67e748 Mon Sep 17 00:00:00 2001 From: Dan Walmsley Date: Mon, 4 Jul 2022 17:51:30 +0100 Subject: [PATCH] Set up CI with Azure Pipelines [skip ci] --- azure-pipelines-integrationtests.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 azure-pipelines-integrationtests.yml diff --git a/azure-pipelines-integrationtests.yml b/azure-pipelines-integrationtests.yml new file mode 100644 index 0000000000..34ba412df0 --- /dev/null +++ b/azure-pipelines-integrationtests.yml @@ -0,0 +1,15 @@ +# 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: osx-latest + +steps: +- script: start-appium + appium + displayName: 'start appium'