On 10/11/2015 19:55, larsxschneider@xxxxxxxxx wrote:
+ sudo apt-get update -qq
+ sudo apt-get install -y apt-transport-https
+ sudo apt-get install perforce-server git-lfs
Why no "-y" also in this line, or append these to the previous line?
Or maybe even better, like [1] does, also use "--qq" (which implies
"-y") for "apt-get install"?
+install: make configure && ./configure
+
+before_script: make
+
+script: make --quiet test
Semantically, it does not seem correct to me that configuarion goes to
the install step. As "make test" will build git anyway, I'd instead
propose to get rid of "install" and just say:
before_script: make configure && ./configure
script: make --quiet test
[1] https://github.com/git/git/pull/154/files
Regards,
Sebastian
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html