From 32cb7e17f798ff21f613333bdaca1fae1aee3c84 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 26 Oct 2014 11:14:48 +0000 Subject: Don't build tests on centos. --- cscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cscript') diff --git a/cscript b/cscript index c81493a..03f4bf6 100644 --- a/cscript +++ b/cscript @@ -8,6 +8,8 @@ def build(target, options): cmd += ' --enable-debug' if target.platform == 'windows': cmd += ' --target-windows --disable-tests' + if target.distro == 'centos': + cmd += ' --disable-tests' target.command(cmd) target.command('./waf build install') -- cgit v1.2.3