|
|
@ -20,7 +20,7 @@ jobs: |
|
|
- script: | |
|
|
- script: | |
|
|
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer |
|
|
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer |
|
|
pkill node |
|
|
pkill node |
|
|
appium & |
|
|
appium > appium.out & |
|
|
pkill IntegrationTestApp |
|
|
pkill IntegrationTestApp |
|
|
./build.sh CompileNative |
|
|
./build.sh CompileNative |
|
|
rm -rf $(osascript -e "POSIX path of (path to application id \"net.avaloniaui.avalonia.integrationtestapp\")") |
|
|
rm -rf $(osascript -e "POSIX path of (path to application id \"net.avaloniaui.avalonia.integrationtestapp\")") |
|
|
@ -42,6 +42,9 @@ jobs: |
|
|
pkill node |
|
|
pkill node |
|
|
displayName: 'Stop Appium' |
|
|
displayName: 'Stop Appium' |
|
|
|
|
|
|
|
|
|
|
|
- publish: appium.out |
|
|
|
|
|
displayName: 'Publish appium logs on failure' |
|
|
|
|
|
condition: failed() |
|
|
|
|
|
|
|
|
- job: Windows |
|
|
- job: Windows |
|
|
pool: |
|
|
pool: |
|
|
|