Add CI Valgrind check
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Deukhoofd 2019-07-25 17:37:38 +02:00
parent d5e16c3826
commit 79597dc080
Signed by: Deukhoofd
GPG Key ID: ADF2E9256009EDCE
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ steps:
- cmake -DCMAKE_BUILD_TYPE=Release . -B build-release
- cmake --build build-release --target all -- -j 4
- build-release/PorygonLangTests -s --durations yes --use-colour yes
- valgrind --tool=memcheck --gen-suppressions=all --leak-check=full --leak-resolution=med --track-origins=yes --vgdb=no --error-exitcode=1 build-release/PorygonLangTests
# - name: test-release-windows
# image: deukhoofd/dockcross-windows