[zorg] r364192 - Add debuginfo-tests to the list of repositories needed by lldb-cmake-matrix.
Adrian Prantl via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 24 08:52:55 PDT 2019
Author: adrian
Date: Mon Jun 24 08:52:55 2019
New Revision: 364192
URL: http://llvm.org/viewvc/llvm-project?rev=364192&view=rev
Log:
Add debuginfo-tests to the list of repositories needed by lldb-cmake-matrix.
Modified:
zorg/trunk/zorg/jenkins/jobs/jobs/lldb-cmake-matrix
Modified: zorg/trunk/zorg/jenkins/jobs/jobs/lldb-cmake-matrix
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/jenkins/jobs/jobs/lldb-cmake-matrix?rev=364192&r1=364191&r2=364192&view=diff
==============================================================================
--- zorg/trunk/zorg/jenkins/jobs/jobs/lldb-cmake-matrix (original)
+++ zorg/trunk/zorg/jenkins/jobs/jobs/lldb-cmake-matrix Mon Jun 24 08:52:55 2019
@@ -13,6 +13,8 @@ pipeline {
remote: 'http://llvm.org/svn/llvm-project/lldb/trunk'],
[local: 'clang.src',
remote: 'http://llvm.org/svn/llvm-project/cfe/trunk'],
+ [local: 'debuginfo-tests.src',
+ remote: 'http://llvm.org/svn/llvm-project/debuginfo-tests/trunk'],
[cancelProcessOnExternalsFail: true,
credentialsId: '', depthOption: 'infinity',
ignoreExternalsOption: true, local: 'libcxx.src',
More information about the llvm-commits
mailing list