Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Jun 29, 2024
1 parent 0c66046 commit f6810a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 17 deletions.
16 changes: 0 additions & 16 deletions Dockerfile

This file was deleted.

9 changes: 8 additions & 1 deletion build-tools/automation/azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,14 @@ extends:
-t:Install -c Debug -tl:off -v:diag
-p:DotNetPreviewTool=$(System.DefaultWorkingDirectory)/bin/$(XA.Build.Configuration)/dotnet/dotnet
displayName: Test Install
continueOnError: false
continueOnError: true
- script: |
waydroid --version
uname --kernel-release
cp /var/lib/waydroid/waydroid* $(Build.StagingDirectory)/
sudo waydroid shell -- logcat -d | tee $(Build.StagingDirectory)/logcat.txt
sudo dmesg | tee $(Build.StagingDirectory)/dmesg.txt
displayName: Diagnostics
- script: |
waydroid session stop
sudo waydroid container stop
Expand Down

0 comments on commit f6810a3

Please sign in to comment.