ci: add Linux build of apitrace
This is needed for some of Valve's GL traces to run. Additionally, make the building commands for apitrace more standard. Contributed by Andres Gomez. Reviewed-by: Martin Roukala <martin.roukala@mupuf.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17184>
This commit is contained in:
committed by
Marge Bot
parent
084cf578ef
commit
433c436c32
@@ -9,7 +9,7 @@ pushd /apitrace
|
||||
git checkout "$APITRACE_VERSION"
|
||||
git submodule update --init --depth 1 --recursive
|
||||
cmake -S . -B _build -G Ninja -DCMAKE_BUILD_TYPE=Release -DENABLE_GUI=False -DENABLE_WAFFLE=on $EXTRA_CMAKE_ARGS
|
||||
ninja -C _build
|
||||
cmake --build _build --parallel --target apitrace eglretrace
|
||||
mkdir build
|
||||
cp _build/apitrace build
|
||||
cp _build/eglretrace build
|
||||
|
||||
Reference in New Issue
Block a user