Merge "Revert "Add dependencies for tldk jjb""
authorThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 19 Dec 2016 21:55:35 +0000 (21:55 +0000)
committerGerrit Code Review <gerrit@fd.io>
Mon, 19 Dec 2016 21:55:35 +0000 (21:55 +0000)
jjb/tldk/gtest-build.sh [deleted file]
jjb/tldk/include-raw-build.sh
jjb/tldk/tldk.yaml

diff --git a/jjb/tldk/gtest-build.sh b/jjb/tldk/gtest-build.sh
deleted file mode 100644 (file)
index dc66908..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-# basic build script example
-set -e -o pipefail
-set -x
-echo $WORKSPACE
-git clone https://github.com/google/googletest.git $WORKSPACE/googletest
-cmake $WORKSPACE/googletest/CMakeLists.txt
-echo GTEST_DIR=$WORKSPACE/googletest/googletest > gtest-env.prop
-echo GMOCK_DIR=$WORKSPACE/googletest/googlemock >> gtest-env.prop
-
-echo "*******************************************************************"
-echo "* GTEST BUILD SUCCESSFULLY COMPLETED"
-echo "*******************************************************************"
index 417a1de..f4ba63b 100644 (file)
@@ -28,16 +28,8 @@ fi
 echo "sha1sum of this script: ${0}"
 sha1sum $0
 
-# Make TLDK
 make
 
 echo "*******************************************************************"
 echo "* TLDK BUILD SUCCESSFULLY COMPLETED"
 echo "*******************************************************************"
-
-# Run unit tests application
-$WORKSPACE/x86_64-native-linuxapp-gcc/app/gtest-rfc --lcores=0 -n 2
-
-echo "*******************************************************************"
-echo "* TLDK UNIT TESTS SUCCESSFUL
-echo "*******************************************************************"
index b37581c..b8e6e82 100644 (file)
                 notbuilt: true
 
     builders:
-        - shell:
-            !include-raw-escape: gtest-build.sh
-        - inject:
-            properties-file: gtest-env.prop
         - shell:
             !include-raw-escape: include-raw-build.sh
 
             branch: '{branch}'
 
     builders:
-        - shell:
-            !include-raw-escape: gtest-build.sh
-        - inject:
-            properties-file: gtest-env.prop
         - shell:
             !include-raw-escape: include-raw-build.sh