git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH v1] travis-ci: set DEVELOPER knob for Linux32 build
@ 2017-04-26 19:18 Lars Schneider
  0 siblings, 0 replies; only message in thread
From: Lars Schneider @ 2017-04-26 19:18 UTC (permalink / raw)
  To: git; +Cc: gitster

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@gmail.com>
---

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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-04-26 19:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-26 19:18 [PATCH v1] travis-ci: set DEVELOPER knob for Linux32 build Lars Schneider

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).