Fixes CI
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Deukhoofd 2022-03-22 18:16:42 +01:00
parent 0acc1a2c8e
commit ffda0d0abe
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ steps:
- 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
- name: test-release-linux_valgrind
image: deukhoofd/linux64builder
environment:
CC: /usr/bin/clang
@ -63,6 +63,6 @@ steps:
- ( cat Doxyfile ; echo "OUTPUT_DIRECTORY=/docs"; echo "GENERATE_TAGFILE=/docs/html/CreatureLib.tag" ) | doxygen -
---
kind: signature
hmac: e77a3d4ab7ab136185b738a362354081ae86a7909e7f5c6c2610a06c1b3f568a
hmac: 53cfa5da851d51bef79e64750e7f9996a15271e1d116e23d0e98468c1d6db18a
...