Merge "Prepare necessary CSIT jobs for VPP 1701 branch (CIMANAGE-19)"
[ci-management.git] / jjb / trex / include-raw-trex-build.sh
1 #!/bin/bash -ex
2
3 # building core
4
5 cd linux_dpdk
6 ./b configure
7 ./b build
8 cd -
9
10 cd linux
11 ./b configure
12 ./b build
13 cd -
14
15 # building docs
16 # Commented out to trex-docs is integrated into trex repo
17
18 #cd trex-doc
19 #./b configure
20 #./b build
21 #cd -
22
23 echo "*******************************************************************"
24 echo "* TREX BUILD SUCCESSFULLY COMPLETED"
25 echo "*******************************************************************"
26