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