invalid gitlab-ci syntax fix
Some checks failed
Codacy Scan / Codacy Security Scan (push) Failing after 2m20s
Build WHY2-chat / test-why2 (./out/why2-chat-client, ./configure.sh, ubuntu-latest, ./out/why2-chat-server) (push) Successful in 2m59s
Test Project / test-project (./configure.sh, gdb -ex "run" -ex "quit" --batch, ubuntu-latest, ./test) (push) Successful in 3m9s
Test WHY2-core / test-why2 (why2, ./configure.sh, gdb -ex "run" -ex "quit" --batch, ubuntu-latest, ./out/why2-core-test, valgrind --leak-check=full --show-leak-kinds=reachable --track-origins=yes -s) (push) Successful in 3m43s
Test WHY2-logger / test-why2 (why2-logger, ./configure.sh, gdb -ex "run" -ex "quit" --batch, ubuntu-latest, ./out/why2-logger-test, valgrind --leak-check=full --show-leak-kinds=reachable --track-origins=yes -s) (push) Successful in 3m55s

This commit is contained in:
Václav Šmejkal 2025-01-09 19:04:04 +01:00
parent 44ce767709
commit 25561ca800
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -22,7 +22,7 @@ variables:
LOGGER_OUTPUT: "./out/why2-logger-test"
LOGGER_APP: "why2-logger"
VALGRIND: "valgrind --leak-check=full --show-leak-kinds=reachable --track-origins=yes -s"
GDB: gdb -ex "run" -ex "quit" --batch
GDB: "gdb -ex "run" -ex "quit" --batch"
CONFIGURE: "./configure.sh"
NEEDED_STUFF: "sudo lsb-release gdb"