mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 05:50:12 +01:00
gitlab-ci: rename build folder to simply build
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
This commit is contained in:
parent
4c31d1181b
commit
6d3f06f666
1 changed files with 5 additions and 5 deletions
|
|
@ -56,7 +56,7 @@ debian:
|
||||||
variables:
|
variables:
|
||||||
GIT_DEPTH: 10
|
GIT_DEPTH: 10
|
||||||
script:
|
script:
|
||||||
- meson _build
|
- meson build
|
||||||
-D amdgpu=true
|
-D amdgpu=true
|
||||||
-D cairo-tests=true
|
-D cairo-tests=true
|
||||||
-D etnaviv=true
|
-D etnaviv=true
|
||||||
|
|
@ -75,13 +75,13 @@ debian:
|
||||||
-D vc4=true
|
-D vc4=true
|
||||||
-D vmwgfx=true
|
-D vmwgfx=true
|
||||||
${CROSS+--cross /cross_file-$CROSS.txt}
|
${CROSS+--cross /cross_file-$CROSS.txt}
|
||||||
- ninja -C _build
|
- ninja -C build
|
||||||
- ninja -C _build test
|
- ninja -C build test
|
||||||
- DESTDIR=$PWD/install ninja -C _build install
|
- DESTDIR=$PWD/install ninja -C build install
|
||||||
artifacts:
|
artifacts:
|
||||||
when: on_failure
|
when: on_failure
|
||||||
paths:
|
paths:
|
||||||
- _build/meson-logs/*
|
- build/meson-logs/*
|
||||||
|
|
||||||
meson-x86_64:
|
meson-x86_64:
|
||||||
extends:
|
extends:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue