1 changed files with 15 additions and 0 deletions
@ -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…
Reference in new issue