aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/build_ceed
blob: a181b2d7a3c6bf1ecd0f9fa1afac4aa92ce60f65 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env bash
set -e
set -o pipefail

# This is a convenience script to build the host side ceed for travis testing.
# this is probably a more travisy way to do this so if you know it, speak up!

TOPDIR=`git rev-parse --show-toplevel`

cd ${TOPDIR}/ceed
make