Use software rendering for testsuite runs
We need to force software rendering, or test failures will cause meson dist to fail.
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
|
||||||
|
export LIBGL_ALWAYS_SOFTWARE=1
|
||||||
|
export GDK_VULKAN_DEVICE=1
|
||||||
|
|
||||||
version=$(head -5 meson.build | grep version | sed -e "s/[^']*'//" -e "s/'.*$//")
|
version=$(head -5 meson.build | grep version | sed -e "s/[^']*'//" -e "s/'.*$//")
|
||||||
release_build_dir="release_build"
|
release_build_dir="release_build"
|
||||||
branch=$(git branch --show-current)
|
branch=$(git branch --show-current)
|
||||||
|
|||||||
Reference in New Issue
Block a user