travis: fix cmake command for coverity scan

This commit is contained in:
Hugues Delorme 2015-07-10 13:11:49 +02:00
parent 96437ab981
commit c6737a2c1e

View File

@ -34,6 +34,6 @@ addons:
name: "fougue/gmio" name: "fougue/gmio"
description: "C library for geometry input/output" description: "C library for geometry input/output"
notification_email: delorme.hugues@fougue.pro notification_email: delorme.hugues@fougue.pro
build_command_prepend: "mkdir scan; cd scan; cmake .. -G \"Unix Makefiles\"" build_command_prepend: "mkdir scan; cd scan; cmake .. -G 'Unix Makefiles'"
build_command: "make -j4" build_command: "make -j4"
branch_pattern: master branch_pattern: master