#!/bin/bash # This build script is for running the Travis builds using docker. # Stolen from: https://github.com/shenki/openbmc-build-scripts/blob/master/linux-openbmc-build.sh # Trace bash processing set -ex # Build the docker container docker build -t ubuntu - <