summaryrefslogtreecommitdiffstats
path: root/jjb/vpp/include-raw-vpp-build.sh
blob: eb639ceb68fd4d18d6d51890bec939910a83454c (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
# basic build script example

# do nothing but print the current slave hostname
hostname
cd build-root/
./bootstrap.sh
make PLATFORM=vpp TAG=vpp_debug install-packages