Skip to content

Commit

Permalink
Update pr-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
halx99 authored Jun 7, 2021
1 parent 0a6a1ad commit 09b7ea4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,17 @@ jobs:
build-android:
name: build-android
runs-on: ubuntu-18.04
strategy:
matrix:
arch:
- armeabi-v7a
- arm64-v8a
- x86
env:
TRAVIS_OS_NAME: linux
BUILD_TARGET: android
PYENV_VERSION: 2.7.18
BUILD_ARCH: ${{ matrix.arch }}
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 09b7ea4

Please sign in to comment.