-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy pathtest-android-mac.yml.off
More file actions
48 lines (43 loc) · 900 Bytes
/
test-android-mac.yml.off
File metadata and controls
48 lines (43 loc) · 900 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
name: Build and test for Android (Mac)
on:
push:
branches:
- master
- main
- dev
- dev/*
- release/*
- buildme/*
- maharrim/*
pull_request:
branches:
- master
- main
- dev
schedule:
- cron: '17 */4 * * *'
jobs:
build:
runs-on: macos-latest
name: Android Unit Tests (Mac)
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
depth: 1
continue-on-error: true
- name: Build and Test
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
ndk: 21.1.6352462
cmake: 3.10.2.4988404
working-directory: ./lib/android_build
script: ./testandlog
- name: Upload
if: ${{ always() }}
uses: actions/upload-artifact@v4
with:
name: logcat
path: ./lib/android_build/logcat.txt