CPT: Run cling showing include paths after build on Travis.
Signed-off-by: Vassil Vassilev <vvasilev@cern.ch>
This commit is contained in:
parent
f7983e7751
commit
f3e49bca33
@ -464,6 +464,14 @@ def build_dist_list(file_dict, include=[], ignore=[]):
|
||||
|
||||
def install_prefix():
|
||||
set_vars()
|
||||
|
||||
if TRAVIS_BUILD_DIR:
|
||||
### Run cling once, dumping the include paths, helps debug issues
|
||||
try:
|
||||
subprocess.check_call(os.path.join(workdir, 'builddir', 'bin', 'cling') + ' -v ".I"', shell=True)
|
||||
except Exception as e:
|
||||
print(e)
|
||||
|
||||
box_draw("Filtering Cling's libraries and binaries")
|
||||
|
||||
dist_files = json.loads(
|
||||
|
Loading…
x
Reference in New Issue
Block a user