summaryrefslogtreecommitdiffstats
path: root/jjb/trex/include-raw-trex-build.sh
blob: 4fe22b5565da6a530d5311cd29861079be573bab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!/bin/bash -ex

# building core

cd linux_dpdk
./b configure
./b build
cd -

cd linux
./b configure
./b build
cd -

# building docs
# Commented out to trex-docs is integrated into trex repo

#cd trex-doc
#./b configure
#./b build
#cd -

echo "*******************************************************************"
echo "* TREX BUILD SUCCESSFULLY COMPLETED"
echo "*******************************************************************"