Further fixes for CI
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
ffda0d0abe
commit
52127f6555
|
@ -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
|
||||
|
||||
...
|
||||
|
|
Loading…
Reference in New Issue