[PATCH v1] travis-ci: set DEVELOPER knob for Linux32 build

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The Linux32 build was not build with our strict compiler settings (e.g.
warnings as errors). Fix this by passing the DEVELOPER environment
variable to the docker container.

Signed-off-by: Lars Schneider <larsxschneider@xxxxxxxxx>
---

Notes:
    Base Ref: master
    Web-Diff: https://github.com/larsxschneider/git/commit/67bf8334d6
    Checkout: git fetch https://github.com/larsxschneider/git travisci/linux32-dev-v1 && git checkout 67bf8334d6

 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index c757a111ce..658a219ee1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -61,6 +61,7 @@ matrix:
         - >
           docker run
           --interactive
+          --env DEVELOPER
           --env DEFAULT_TEST_TARGET
           --env GIT_PROVE_OPTS
           --env GIT_TEST_OPTS

base-commit: e2cb6ab84c94f147f1259260961513b40c36108a
-- 
2.12.2




[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]