wip
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
light7734 2025-10-16 14:55:49 +03:30
parent 2f7c729f88
commit 5a922cac71
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -3,6 +3,8 @@
set -euo pipefail set -euo pipefail
cd "$(git rev-parse --show-toplevel)/" cd "$(git rev-parse --show-toplevel)/"
source '/1.4.328.1/setup-env.sh'
CC=$(which clang) CC=$(which clang)
export CC export CC
@ -12,6 +14,9 @@ export CXX
DISPLAY=:99 DISPLAY=:99
export DISPLAY export DISPLAY
PKG_CONFIG_PATH="/msan/lib/pkgconfig:${PKG_CONFIG_PATH}"
export PKG_CONFIG_PATH
Xvfb :99 -screen 0 1024x768x16 & Xvfb :99 -screen 0 1024x768x16 &
cmake \ cmake \