Split out android test
This commit is contained in:
parent
2a06c8b89f
commit
31ef9ade60
30
.github/workflows/android_test.yml
vendored
Normal file
30
.github/workflows/android_test.yml
vendored
Normal file
@ -0,0 +1,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
|
26
.github/workflows/linux_test.yml
vendored
26
.github/workflows/linux_test.yml
vendored
@ -36,29 +36,3 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Run CI script
|
- name: Run CI script
|
||||||
run: ./scripts/travis
|
run: ./scripts/travis
|
||||||
|
|
||||||
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
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user