diff options
author | sharath <sharathkumarboyanapally@gmail.com> | 2018-09-07 13:06:43 +0530 |
---|---|---|
committer | sharath <sharathkumarboyanapally@gmail.com> | 2018-09-07 13:15:01 +0530 |
commit | 935154b7f60f86ef85fd0e91f09c65fec79552ab (patch) | |
tree | d4e0153f0b1df4b2965e7f5271c7b9f5ddfacf90 /jjb | |
parent | 28d566b7719bcaac29b2127acae419d7d99601d5 (diff) |
enhance build job to build all the stacks that are supported by DMM
Change-Id: I294ef7e43a561715809e5a3f693d4d0b06927431
Signed-off-by: sharath <sharathkumarboyanapally@gmail.com>
Diffstat (limited to 'jjb')
-rwxr-xr-x | jjb/dmm/include-raw-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/dmm/include-raw-build.sh b/jjb/dmm/include-raw-build.sh index b353c0660..c49fcec6e 100755 --- a/jjb/dmm/include-raw-build.sh +++ b/jjb/dmm/include-raw-build.sh @@ -3,7 +3,7 @@ set -e -o pipefail # Make DMM -./scripts/build.sh +./scripts/build.sh all echo "*******************************************************************" echo "* DMM BUILD SUCCESSFULLY COMPLETED" |