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:
parent
f4e30d6b17
commit
2aaaee6744
5 changed files with 62 additions and 5 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue