mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 13:48:06 +02:00
radeonsi/ci/build: also fetch video decode/encode sample for VK CTS
Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41171>
This commit is contained in:
parent
97597d3696
commit
7c69f31ecc
1 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,8 @@
|
|||
|
||||
set -e
|
||||
python3 external/fetch_sources.py
|
||||
python3 external/fetch_video_decode_samples.py
|
||||
python3 external/fetch_video_encode_samples.py
|
||||
|
||||
rm -rf build
|
||||
mkdir build
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue