mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
gitlab: Support android tarballs compressed with xz
Needed for https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/540. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/322>
This commit is contained in:
parent
13c2d964da
commit
af11a2cd52
1 changed files with 2 additions and 2 deletions
|
@ -945,9 +945,9 @@ build cerbero cross win64:
|
|||
- rm clone_manifest_ref.py
|
||||
|
||||
# extract our binaries
|
||||
- rm -f gstreamer-1.0-android-universal-*-runtime.tar.bz2
|
||||
- rm -f gstreamer-1.0-android-universal-*-runtime.tar.*
|
||||
- mkdir ${GSTREAMER_ROOT_ANDROID}
|
||||
- tar -C ${GSTREAMER_ROOT_ANDROID} -xf gstreamer-1.0-android-universal-*.tar.bz2
|
||||
- time tar -C ${GSTREAMER_ROOT_ANDROID} -xf gstreamer-1.0-android-universal-*.tar.*
|
||||
|
||||
# gst-examples - player
|
||||
- chmod +x ${EXAMPLES_HOME}/gst-examples/playback/player/android/gradlew
|
||||
|
|
Loading…
Reference in a new issue