mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-01-19 20:24:19 +08:00
ci: include setup test environment script in the output artifacts
In mesa/mesa !20272, some bash functions introduce a standard wait to setup gitlab ci sections, but the file collecting them needed to be included in the artifacts exported by mesa. Other projects that use tests like deqp-runner need to load these bash functions. Signed-off-by: Sergi Blanch Torne <sergi.blanch.torne@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21680>
This commit is contained in:
parent
c305f97257
commit
5d30d11ccc
@ -38,6 +38,7 @@ cp -Rp .gitlab-ci/*.txt install/
|
||||
cp -Rp .gitlab-ci/report-flakes.py install/
|
||||
cp -Rp .gitlab-ci/valve install/
|
||||
cp -Rp .gitlab-ci/vkd3d-proton install/
|
||||
cp -Rp .gitlab-ci/setup-test-env.sh install/
|
||||
cp -Rp .gitlab-ci/*-runner.sh install/
|
||||
find . -path \*/ci/\*.txt \
|
||||
-o -path \*/ci/\*.toml \
|
||||
|
Loading…
Reference in New Issue
Block a user