Commit b608e69d authored by Kenton Varda's avatar Kenton Varda

Add GCC-4.8 build to test script.

parent 56dc125b
......@@ -26,8 +26,10 @@ if [ $# -gt 0 ]; then
exit 0
elif [ "x$1" == "xclang" ]; then
export CXX=clang++
elif [ "x$1" == "xgcc-4.8" ]; then
export CXX=g++-4.8
elif [ "x$1" == "xkenton" ]; then
cat << __EOF__
cat << "__EOF__"
=========================================================================
*************************************************************************
_ _ ____ ____ ____
......@@ -41,7 +43,7 @@ if [ $# -gt 0 ]; then
__EOF__
$0 test
$0 clean
cat << __EOF__
cat << "__EOF__"
=========================================================================
*************************************************************************
_ _ ____ _
......@@ -55,7 +57,7 @@ __EOF__
__EOF__
$0 clang
$0 clean
cat << __EOF__
cat << "__EOF__"
=========================================================================
*************************************************************************
___ ______ __ ____ _
......@@ -68,7 +70,21 @@ __EOF__
=========================================================================
__EOF__
$0 remote beat
cat << __EOF__
cat << "__EOF__"
=========================================================================
*************************************************************************
____ ____ ____ _ _ ___
/ ___|/ ___/ ___| | || | ( _ )
| | _| | | | | || |_ / _ \
| |_| | |__| |___ |__ _| (_) |
\____|\____\____| |_|(_)___/
*************************************************************************
=========================================================================
__EOF__
$0 gcc-4.8
$0 clean
cat << "__EOF__"
=========================================================================
*************************************************************************
____ _ _ ___ ____ ___ _____
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment