Skip to content
Snippets Groups Projects
Commit a77e73a9 authored by Stephen A. Wood's avatar Stephen A. Wood
Browse files

Apply analyzer travis updates to hcana travis

  Newer root version
  Do make and scons
  Do ldd and version check after building
  Print python and scons versions
parent 0126a691
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,14 @@ os: linux ...@@ -2,6 +2,14 @@ os: linux
compiler: gcc compiler: gcc
language: cpp language: cpp
dist: trusty dist: trusty
sudo: false
env:
global:
- MAKEFLAGS="-j2"
- SCONSFLAGS="-j2"
- HCANALYZER="."
- ANALYZER="podd"
- LD_LIBRARY_PATH=$ANALYZER:$HCANALYZER:$LD_LIBRARY_PATH
git: git:
depth: 5 depth: 5
before_install: before_install:
...@@ -9,12 +17,21 @@ before_install: ...@@ -9,12 +17,21 @@ before_install:
- sudo apt-get autoremove - sudo apt-get autoremove
- sudo pip install --egg scons - sudo pip install --egg scons
install: install:
- wget https://root.cern.ch/download/root_v6.10.02.Linux-ubuntu14-x86_64-gcc4.8.tar.gz -O /tmp/root.tar.gz - wget https://root.cern.ch/download/root_v6.12.06.Linux-ubuntu14-x86_64-gcc4.8.tar.gz -O /tmp/root.tar.gz
- pwd - pwd
- tar -xzf /tmp/root.tar.gz - tar -xzf /tmp/root.tar.gz
- source ./root/bin/thisroot.sh - source ./root/bin/thisroot.sh
- source ./setup.sh - source ./setup.sh
script: scons - python --version
- scons --version
script:
- make
- scons
after_success:
- pwd
- ldd $HCANALYZER/hcana
- $HCANALYZER/hcana --version
- $HCANALYZER/hcana -q
branches: branches:
only: only:
- develop - develop
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment