summaryrefslogtreecommitdiffstats
path: root/jjb/tldk/gtest-build.sh
AgeCommit message (Collapse)AuthorFilesLines
2020-02-24Change gtest to clone known working releaseMariusz Drost1-1/+2
Newest release of gtests introduced issue with old cmake. To overcome that and prevent such issues in the future, older, proven to work release will be cloned. Signed-off-by: Mariusz Drost <mariuszx.drost@intel.com> Change-Id: I516ac57b4c476fd25bed765ba0d48c53393fe0bd
2017-01-16Modify tldk jenkins job to enable unit testsroot1-0/+13
Modify TLDK jenkins job to clone and build googletest and run unit tests. Change-Id: I20b8bce8c715a492ac77d73f07a2b26f56f4d057 Signed-off-by: Karol Latecki <karolx.latecki@intel.com>
2016-12-16Revert "Add dependencies for tldk jjb"Vanessa Rene Valderrama1-13/+0
This reverts commit 486588e7a8095791b81a4ac8bd0062e2297a61ee. Reverting change because it's currently broken in production and will block the Packer cut-over from Vagrant Change-Id: I5e9da2ceeb6c79148ad1af18563cbf3ccb5a612d Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2016-10-25Add dependencies for tldk jjbKarol Latecki1-0/+13
tldk needs googletest to compile and run its unit test application Change-Id: I73b666114dbcde88fc8a25daf14dfdf3c1661fc5 Signed-off-by: Karol Latecki <karolx.latecki@intel.com>