1
0
Fork 0

Prevent platform builds failure

Don't count warnings if there's no build log.
This commit is contained in:
Patryk Obara 2020-05-03 16:22:44 +02:00 committed by Patryk Obara
parent c803db02aa
commit bf614c61b7

View file

@ -48,4 +48,5 @@ jobs:
./scripts/build.sh -c gcc -t release
- name: Summarize warnings
if: steps.repo-meta.outputs.has-commits == 'true'
run: ./scripts/count-warnings.py --max-warnings -1 build.log