aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/android_test.yml
blob: ea09846c84adcb2f00ab6dc568f587d6fa6655b6 (plain)
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
name: android_ci

on: [push, pull_request]

jobs:
  build-android-8-9:
    runs-on: ubuntu-18.04
    continue-on-error: true
    env:
      ARCH: android
      MIN_NAL: 26
      MAX_NAL: 28
    name: Android 8.x 9
    steps:
    - uses: actions/checkout@v2
    - name: Run CI script
      run: ./scripts/travis

  build-android-10-11:
    runs-on: ubuntu-18.04
    continue-on-error: true
    env:
      ARCH: android
      MIN_NAL: 29
      MAX_NAL: 30
    name: Android 10 11
    steps:
    - uses: actions/checkout@v2
    - name: Run CI script
      run: ./scripts/travis