Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@
path = external/sqlite
url = https://github.com/xamarin/sqlite.git
branch = 3.31.1
[submodule "external/xamarin-android-api-compatibility"]
path = external/xamarin-android-api-compatibility
url = https://github.com/xamarin/xamarin-android-api-compatibility.git
branch = master
[submodule "external/xamarin-android-tools"]
path = external/xamarin-android-tools
url = https://github.com/xamarin/xamarin-android-tools
Expand Down
29 changes: 0 additions & 29 deletions build-tools/automation/azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -426,35 +426,6 @@ stages:
displayName: Test
dependsOn: mac_build
jobs:
# Check - "Xamarin.Android (Test API Compatibility)"
- job: mac_api_compat
displayName: API Compatibility
pool: $(HostedMacMojave)
timeoutInMinutes: 60
cancelTimeoutInMinutes: 5
workspace:
clean: all
steps:
- checkout: self
submodules: recursive

- template: yaml-templates/run-installer.yaml

- script: |
make prepare-update-mono PREPARE_CI=1 V=1 PREPARE_AUTOPROVISION=1 CONFIGURATION=$(XA.Build.Configuration)
make prepare PREPARE_CI=1 PREPARE_AUTOPROVISION=1 V=1 CONFIGURATION=$(XA.Build.Configuration)
displayName: make prepare

- script: >
make run-api-compatibility-tests V=1 CONFIGURATION=$(XA.Build.Configuration)
FRAMEWORK_DIR=/Library/Frameworks/Xamarin.Android.framework/Versions/Current/lib/xamarin.android/xbuild-frameworks/MonoAndroid
displayName: make run-api-compatibility-tests

- powershell: |
$breakageReports = Get-ChildItem $(System.DefaultWorkingDirectory)/bin/Test$(XA.Build.Configuration)/compatibility -Filter *.html
foreach ($report in $breakageReports) {
Write-Host "##vso[task.uploadsummary]$(System.DefaultWorkingDirectory)/bin/Test$(XA.Build.Configuration)/compatibility/$report"
}

# Check - "Xamarin.Android (Test APK Instrumentation - macOS)"
- job: mac_apk_tests
Expand Down
2 changes: 1 addition & 1 deletion external/Java.Interop
1 change: 0 additions & 1 deletion external/xamarin-android-api-compatibility
Submodule xamarin-android-api-compatibility deleted from 50a3c5
Loading