travis: fix cmake command for coverity scan
This commit is contained in:
parent
96437ab981
commit
c6737a2c1e
@ -34,6 +34,6 @@ addons:
|
||||
name: "fougue/gmio"
|
||||
description: "C library for geometry input/output"
|
||||
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"
|
||||
branch_pattern: master
|
||||
|
Loading…
Reference in New Issue
Block a user