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

This commit is contained in:
Deukhoofd 2020-11-01 13:30:44 +01:00
parent f969dcf84b
commit bdf810b8f0
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
1 changed files with 1 additions and 1 deletions

View File

@ -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: