From 715d6376bf87e102fd8a46af2f18dcc83ca913e0 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Sun, 15 Apr 2018 14:29:09 -0700 Subject: First stab at docker-based test framework Signed-off-by: Alexey Neyman --- testing/docker/common-scripts/ctng-build-all | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 testing/docker/common-scripts/ctng-build-all (limited to 'testing/docker/common-scripts/ctng-build-all') diff --git a/testing/docker/common-scripts/ctng-build-all b/testing/docker/common-scripts/ctng-build-all new file mode 100755 index 00000000..f29093a9 --- /dev/null +++ b/testing/docker/common-scripts/ctng-build-all @@ -0,0 +1,10 @@ +#!/bin/bash + +set -e +cd +rm -rf bld-ctng +mkdir bld-ctng +cd bld-ctng +/crosstool-ng/configure --prefix=$HOME/inst-ctng +make +make install -- cgit v1.2.3