Travis: use --enable-maintainer-mode
This commit is contained in:
@@ -13,7 +13,7 @@ before_install:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
- cd ci-build
|
- cd ci-build
|
||||||
- ../configure
|
- ../configure --enable-maintainer-mode
|
||||||
- make
|
- make
|
||||||
|
|
||||||
script:
|
script:
|
||||||
@@ -34,6 +34,6 @@ addons:
|
|||||||
name: "heimdal/heimdal"
|
name: "heimdal/heimdal"
|
||||||
description: "Build submitted via Travis CI"
|
description: "Build submitted via Travis CI"
|
||||||
notification_email: lha@h5l.org
|
notification_email: lha@h5l.org
|
||||||
build_command_prepend: ../configure
|
build_command_prepend: ../configure --enable-maintainer-mode
|
||||||
build_command: make
|
build_command: make
|
||||||
branch_pattern: coverity_scan
|
branch_pattern: coverity_scan
|
||||||
|
Reference in New Issue
Block a user