parent
f969dcf84b
commit
bdf810b8f0
|
@ -27,7 +27,7 @@ steps:
|
|||
- cmake --build build-release --target all -- -j 4
|
||||
- cd build-debug
|
||||
- ./MalachScriptTests -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 ./ArbutilsTests --test-case-exclude="Throw exception get stack trace"
|
||||
- valgrind --tool=memcheck --gen-suppressions=all --leak-check=full --leak-resolution=med --track-origins=yes --vgdb=no --error-exitcode=1 ./MalachScriptTests --test-case-exclude="Throw exception get stack trace"
|
||||
- name: test-release-windows
|
||||
image: deukhoofd/windowsbuilder
|
||||
commands:
|
||||
|
|
Loading…
Reference in New Issue