aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/build_ceed
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build_ceed')
-rwxr-xr-xscripts/build_ceed11
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/build_ceed b/scripts/build_ceed
deleted file mode 100755
index a181b2d..0000000
--- a/scripts/build_ceed
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/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