mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 14:34:29 +00:00
.github: builder-xserver: change meson build dir
Using the same meson build subdirectory that MPBT is using. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
f5295b8d36
commit
369f9a8b16
10
.github/workflows/build-xserver.yml
vendored
10
.github/workflows/build-xserver.yml
vendored
@@ -4,7 +4,7 @@ permissions:
|
||||
contents: write
|
||||
|
||||
env:
|
||||
MESON_BUILDDIR: "build"
|
||||
MESON_BUILDDIR: "__BUILD"
|
||||
X11_PREFIX: /home/runner/x11
|
||||
X11_BUILD_DIR: /home/runner/build-deps
|
||||
|
||||
@@ -68,8 +68,8 @@ jobs:
|
||||
with:
|
||||
name: build-logs
|
||||
path: |
|
||||
build/meson-logs/*
|
||||
build/test/piglit-results/*
|
||||
__BUILD/meson-logs/*
|
||||
__BUILD/test/piglit-results/*
|
||||
|
||||
- name: ddx build check
|
||||
run: .github/scripts/check-ddx-build.sh
|
||||
@@ -221,8 +221,8 @@ jobs:
|
||||
with:
|
||||
name: build-logs-macos
|
||||
path: |
|
||||
build/meson-logs/*
|
||||
build/test/piglit-results/*
|
||||
__BUILD/meson-logs/*
|
||||
__BUILD/test/piglit-results/*
|
||||
|
||||
- name: ddx build check
|
||||
run: .github/scripts/check-ddx-build.sh
|
||||
|
||||
Reference in New Issue
Block a user