Skip to content

Commit

Permalink
Checking both gnu and llvm binutils on CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Javernaut committed Oct 21, 2021
1 parent bacbe4a commit f358f0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/compilability_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
strategy:
matrix:
abi: [ "armeabi-v7a", "arm64-v8a", "x86", "x86_64" ]
binutils: [ "gnu", "llvm" ]
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand All @@ -18,4 +19,4 @@ jobs:
- name: Executing the script
run: |
export ANDROID_SDK_HOME=$ANDROID_HOME
./ffmpeg-android-maker.sh -all-free -all-gpl -android=18 -abis=${{ matrix.abi }}
./ffmpeg-android-maker.sh -all-free -all-gpl -android=21 -abis=${{ matrix.abi }} -binutils=${{ matrix.binutils }}

0 comments on commit f358f0a

Please sign in to comment.