Fixes CI
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
0acc1a2c8e
commit
ffda0d0abe
|
@ -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
|
||||
|
||||
...
|
||||
|
|
Loading…
Reference in New Issue