From d47f8ebdf335655356bbc0903ca2c04f18acd9c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 27 Nov 2013 20:25:35 +0100 Subject: [PATCH] package: add Git configuration also to GLTests Jenkins configuration. So we have nice changelogs from build to build. We now need to run the tests sequentially, because the building instances would try to access the git repository all at once. --- package/ci/jenkins-gltests.xml | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/package/ci/jenkins-gltests.xml b/package/ci/jenkins-gltests.xml index aca573b46..9c17e3bc1 100644 --- a/package/ci/jenkins-gltests.xml +++ b/package/ci/jenkins-gltests.xml @@ -10,7 +10,27 @@ false - + + 2 + + + git://github.com/mosra/magnum.git + + + + + */master + + + false + + + + true + + + + true false false @@ -74,7 +94,7 @@ ctest --output-on-failure -R GLTest || true - false + true