ci/container: move ninetests build section into the script itself
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32241>
This commit is contained in:
committed by
Marge Bot
parent
500c1c2d7c
commit
999cc1a86f
@@ -6,6 +6,8 @@
|
||||
|
||||
set -ex -o pipefail
|
||||
|
||||
uncollapsed_section_start ninetests "Building Nine tests"
|
||||
|
||||
### Careful editing anything below this line
|
||||
|
||||
git config --global user.email "mesa@example.com"
|
||||
@@ -23,3 +25,5 @@ mv NineTests/NineTests /NineTests/
|
||||
|
||||
popd
|
||||
rm -rf /Xnine
|
||||
|
||||
section_end ninetests
|
||||
|
||||
@@ -124,8 +124,6 @@ uncollapsed_section_switch vvl "Building Vulkan validation layers"
|
||||
|
||||
############### Build nine tests
|
||||
|
||||
uncollapsed_section_switch nine "Building Nine tests"
|
||||
|
||||
. .gitlab-ci/container/build-ninetests.sh
|
||||
|
||||
############### Uninstall the build software
|
||||
|
||||
Reference in New Issue
Block a user