1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 14:57:35 +00:00

CI+Lagom: Add Lagom Android CI for arm64-v8a on NDK 24 with API level 30

This will let us validate that we aren't breaking any library compile
steps for arm64.
This commit is contained in:
Andrew Kaster 2022-07-20 00:13:12 -06:00 committed by Andreas Kling
parent f4e30d6b17
commit 2aaaee6744
5 changed files with 62 additions and 5 deletions

View file

@ -35,3 +35,8 @@ steps:
- script: |
brew install ninja wabt ccache unzip
displayName: 'Install Dependencies'
- ${{ if eq(parameters.os, 'Android') }}:
- script: |
sudo apt-get install ccache ninja-build unzip
displayName: 'Install Dependencies'