ci(amd64/gcc/valgrind): start x virtual framebuffer before running tests
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
light7734 2025-09-18 19:50:32 +03:30
parent 904c58f7ea
commit 6a6de539ae
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -6,6 +6,9 @@ set -e
cd $(git rev-parse --show-toplevel)/
rm -rf ./build
Xvfb :99 -screen 0 1024x768x16 &
export DISPLAY=:99
conan build . \
-c tools.system.package_manager:mode=install \
-c tools.cmake.cmaketoolchain:generator=Ninja \