From 8327adc3c3e0c5d63594516d5eb7de500bfacf0d Mon Sep 17 00:00:00 2001 From: Athmane Madjoudj Date: May 22 2013 08:58:23 +0000 Subject: Add a build script for CentOS CI --- diff --git a/centos_ci_build b/centos_ci_build new file mode 100755 index 0000000..e0e11e1 --- /dev/null +++ b/centos_ci_build @@ -0,0 +1,5 @@ +#!/bin/sh +# Build steps used in CentOS CI + +yum -y update +SKIP_QA_HARNESS=1 ./runtests.sh