From 00a18f7137d1019bb46db13fee992a91e8c00cbb Mon Sep 17 00:00:00 2001 From: Ken Rice Date: Wed, 4 Feb 2015 15:05:21 -0600 Subject: [PATCH] add a test build script --- scripts/ci/test_build.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 scripts/ci/test_build.sh diff --git a/scripts/ci/test_build.sh b/scripts/ci/test_build.sh new file mode 100755 index 0000000000..f5fe84ade9 --- /dev/null +++ b/scripts/ci/test_build.sh @@ -0,0 +1,4 @@ +#!/bin/bash +./bootstrap.sh -j +./configure -C +make