Browse Source

Set up CI with Azure Pipelines

[skip ci]
pull/8443/head
Dan Walmsley 4 years ago
parent
commit
9ed8648c91
  1. 15
      azure-pipelines-integrationtests.yml

15
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'
Loading…
Cancel
Save