Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ag2s20150909 committed Jan 17, 2024
1 parent 67c0712 commit ca99dff
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .github/scripts/build-ffmpeg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ext {
echo "Build FFmpeg"
echo $ANDROID_NDK_HOME
echo $NDK_PATH
ANDROID_ABI=16
ANDROID_ABI=19
HOST_PLATFORM="linux-x86_64"
ENABLED_DECODERS=(vorbis opus flac alac pcm_mulaw pcm_alaw mp3 aac ac3 eac3 dca mlp truehd)

Expand Down Expand Up @@ -145,4 +145,7 @@ make clean
${COMMON_OPTIONS}
make -j$JOBS
make install-libs
make clean
make clean


ls -l
2 changes: 1 addition & 1 deletion .github/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ${ROOT_DIR}/.github/scripts/build-ffmpeg.sh

${ROOT_DIR}/.github/scripts/build-av1.sh
cd ${MEDIA3_PATH}
./gradlew publishToMavenLocal --info
./gradlew publishToMavenLocal

git add media/libraries/decoder_ffmpeg/src/main/jni/**
cd ${ROOT_DIR}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
add-to-path: true
# Build
- name: Build
continue-on-error: true
continue-on-error: false
env:
ANDROID_NDK_HOME: ${{steps.setup-ndk.outputs.ndk-path }}
NDK_PATH: ${{ steps.setup-ndk.outputs.ndk-path }}
Expand Down

0 comments on commit ca99dff

Please sign in to comment.