mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 22:23:51 +00:00
added TODO and updated notification email for coverity
This commit is contained in:
parent
fc15fa0a89
commit
53c98bd8e1
1 changed files with 2 additions and 2 deletions
|
@ -27,12 +27,12 @@ addons:
|
||||||
# The other ones from OpenMW ppa
|
# The other ones from OpenMW ppa
|
||||||
libbullet-dev, libopenscenegraph-3.4-dev, libmygui-dev
|
libbullet-dev, libopenscenegraph-3.4-dev, libmygui-dev
|
||||||
]
|
]
|
||||||
coverity_scan:
|
coverity_scan: # TODO: currently takes too long, disabled openmw/openmw-cs for now.
|
||||||
project:
|
project:
|
||||||
name: "OpenMW/openmw"
|
name: "OpenMW/openmw"
|
||||||
description: "<Your project description here>"
|
description: "<Your project description here>"
|
||||||
branch_pattern: coverity_scan
|
branch_pattern: coverity_scan
|
||||||
notification_email: 720642+scrawl@users.noreply.github.com
|
notification_email: 1122069+psi29a@users.noreply.github.com
|
||||||
build_command_prepend: "cov-configure --comptype gcc --compiler gcc-5 --template; cmake . -DBUILD_OPENMW=FALSE -DBUILD_OPENCS=FALSE"
|
build_command_prepend: "cov-configure --comptype gcc --compiler gcc-5 --template; cmake . -DBUILD_OPENMW=FALSE -DBUILD_OPENCS=FALSE"
|
||||||
build_command: "make VERBOSE=1 -j3"
|
build_command: "make VERBOSE=1 -j3"
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Reference in a new issue