Merge: Test out-of-tree projects
authorJean Privat <jean@pryen.org>
Fri, 3 Mar 2017 17:51:48 +0000 (12:51 -0500)
committerJean Privat <jean@pryen.org>
Fri, 3 Mar 2017 17:51:48 +0000 (12:51 -0500)
commit55e7b960c4d2bada087458ede3822534d4e36de4
treeda24a4e3cab69c60a46c76800676b823c8e82a15
parent479a3040379389f3de4d6a5f2e3cf45ed4b3cf9c
parentde68fd246c3346401e3cdf6234b53f40f23bd1c7
Merge: Test out-of-tree projects

This is a simple script that allows jenkins (and human users) to test out-of-tree projects that live in other repositories.

The main file is `contrib/oot.txt` that contains the various projects and `contrib/oot.sh` that tries to build them.

A preview of the current state is available at:
http://gresil.org/jenkins/job/nit_oot/lastCompletedBuild/testReport/

I will improve the script to add checks.

Pull-Request: #2379
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>