summaryrefslogtreecommitdiffstats
path: root/jjb/dmm/include-raw-build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/dmm/include-raw-build.sh')
-rwxr-xr-xjjb/dmm/include-raw-build.sh17
1 files changed, 0 insertions, 17 deletions
diff --git a/jjb/dmm/include-raw-build.sh b/jjb/dmm/include-raw-build.sh
deleted file mode 100755
index c49fcec6..00000000
--- a/jjb/dmm/include-raw-build.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/bash
-# basic build script example
-set -e -o pipefail
-
-# Make DMM
-./scripts/build.sh all
-
-echo "*******************************************************************"
-echo "* DMM BUILD SUCCESSFULLY COMPLETED"
-echo "*******************************************************************"
-
-# Run unit tests application
-#need to be added
-
-#echo "*******************************************************************"
-#echo "* DMM UNIT TESTS SUCCESSFUL"
-#echo "*******************************************************************"