drm_hwcomposer: CI: Add new job to build for x86_64
Use the aospless x86_64 tarball to build drm-hwcomposer binaries for x86_64 architecture. These binaries will be used subsequently to run the cts and vts tests. Signed-off-by: Deborah Brouwer <deborah.brouwer@collabora.com>
This commit is contained in:
parent
1679e80bc8
commit
3e1e5c2fed
2 changed files with 26 additions and 0 deletions
|
|
@ -34,6 +34,17 @@ build_arm64:
|
|||
- "${CI_PROJECT_DIR}/install/arm64"
|
||||
expire_in: 1 week
|
||||
|
||||
build_x86_64:
|
||||
stage: build
|
||||
extends:
|
||||
.use-ubuntu/x86_64_aospless
|
||||
script:
|
||||
"${CI_PROJECT_DIR}/.ci/build-x86_64.sh"
|
||||
artifacts:
|
||||
paths:
|
||||
- "${CI_PROJECT_DIR}/install/x86_64"
|
||||
expire_in: 1 week
|
||||
|
||||
tidy:
|
||||
stage: tidy
|
||||
extends:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue