From 81ff60ed56824fb46000395c6c844e3562a4aef5 Mon Sep 17 00:00:00 2001 From: Athmane Madjoudj Date: Apr 08 2014 16:38:38 +0000 Subject: Add CI build script / fix file perms --- diff --git a/centos_ci_build b/centos_ci_build new file mode 100755 index 0000000..460d6bb --- /dev/null +++ b/centos_ci_build @@ -0,0 +1,7 @@ +#!/bin/sh +# Build steps used in CentOS CI + +yum -y update +uname -a +./docker-run_tests.sh + diff --git a/docker-run_tests.sh b/docker-run_tests.sh old mode 100644 new mode 100755