Further fixes for CI
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Deukhoofd 2022-03-22 18:23:12 +01:00
parent ffda0d0abe
commit 52127f6555
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
1 changed files with 1 additions and 2 deletions

View File

@ -27,7 +27,6 @@ steps:
- cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++ . -B build-release -DSTATICC=ON -DCREATURELIB_TESTS=ON
- cmake --build build-release --target all -- -j 4
- build-release/CreatureLibTests -s --duration=true --force-colors=true
- valgrind --tool=memcheck --gen-suppressions=all --leak-check=full --leak-resolution=med --track-origins=yes --vgdb=no --error-exitcode=1 build-release/CreatureLibTests ~\[Exception\]
- name: test-release-linux_valgrind
image: deukhoofd/linux64builder
environment:
@ -63,6 +62,6 @@ steps:
- ( cat Doxyfile ; echo "OUTPUT_DIRECTORY=/docs"; echo "GENERATE_TAGFILE=/docs/html/CreatureLib.tag" ) | doxygen -
---
kind: signature
hmac: 53cfa5da851d51bef79e64750e7f9996a15271e1d116e23d0e98468c1d6db18a
hmac: 79e27c16b731ffb14c2866d2d5fba7edd586df71a617a41fabc92e53b52059ef
...