wip
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
light7734 2025-09-24 09:47:24 +03:30
parent 46a8ebf6da
commit f04e3652a5
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -9,10 +9,6 @@ export CXX=$(which g++)
export CC=$(which gcc)
export DISPLAY=:99
lshw -C display
nvidia-smi
vulkaninfo --summary
# gcc uses libstdc++ by default
cmake .. \
-G Ninja \
@ -25,5 +21,4 @@ cmake .. \
for test in $(find ./ -type f -name '*_tests' -executable); do
echo "Running $test"
gdb -ex='set confirm off' -ex='run' -ex='bt' -ex='quit' "$test"
done