Fixed YAML config.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Deukhoofd 2020-04-28 15:32:32 +02:00
parent 106c844fce
commit fc85dcb3c5
Signed by: Deukhoofd
GPG Key ID: ADF2E9256009EDCE
1 changed files with 4 additions and 4 deletions

View File

@ -39,10 +39,10 @@ steps:
commands:
- valgrind --tool=memcheck --gen-suppressions=all --leak-check=full --leak-resolution=med --track-origins=yes --vgdb=no --error-exitcode=1 --suppressions=angelscript.supp build-release/bin/pkmnLibTests
- name: style-check
image: deukhoofd/linux64builder
failure: ignore
commands:
- run-clang-format.py -r src/ CInterface/ tests/
image: deukhoofd/linux64builder
failure: ignore
commands:
- run-clang-format.py -r src/ CInterface/ tests/
- name: test-release-windows
image: deukhoofd/windowsbuilder
volumes: