From e43c5fa005c941aa773f35fb6b8398afe37b25e9 Mon Sep 17 00:00:00 2001 From: Martijn Berger Date: Tue, 11 Nov 2014 15:47:22 +0100 Subject: cmake. refactor installing python things to not have absolute path's buildbot. add rudementatry cpack based packing for cmake path --- build_files/buildbot/slave_pack.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'build_files') diff --git a/build_files/buildbot/slave_pack.py b/build_files/buildbot/slave_pack.py index c989cd8e31a..ec8fd61c787 100644 --- a/build_files/buildbot/slave_pack.py +++ b/build_files/buildbot/slave_pack.py @@ -115,6 +115,11 @@ if builder.find('scons') != -1: retcode = subprocess.call([python_bin, 'scons/scons.py'] + scons_options) sys.exit(retcode) +else: +#cmake + if 'win' in builder: + retcode = subprocess.call(['cpack', '-G','ZIP']) + sys.exit(retcode) # clean release directory if it already exists release_dir = 'release' -- cgit v1.2.3