-
Notifications
You must be signed in to change notification settings - Fork 18
/
.travis.yml
44 lines (44 loc) · 1.29 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
sudo: required
language: cpp
services:
- docker
compiler:
- gcc
before_install:
- docker pull claria/cvmfs-cms
addons:
apt:
packages:
- wget
- doxygen
- doxygen-doc
- doxygen-latex
- doxygen-gui
- graphviz
before_script:
- git remote rm origin
- git remote add origin https://github.com/cms-analysis/HiggsAnalysis-KITHiggsToTauTau.git
- echo $HOME
- sudo curl -o $HOME/short_rootfiles.tar https://cernbox.cern.ch/index.php/s/WeawecKp2BD2BH2/download
- echo $HOME
- ls $HOME
- sudo tar -xvf $HOME/short_rootfiles.tar -C /home/
- sudo ls /home/short
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start
env:
- TEST_CMSSW_VERSION=CMSSW_8_1_0 SCRAM_ARCH=slc6_amd64_gcc530
script:
- bash publish_docs.sh
#- docker run --privileged -e TEST_CMSSW_VERSION=${TEST_CMSSW_VERSION}
# -e TRAVIS_BRANCH=${TRAVIS_BRANCH}
# -v ${TRAVIS_BUILD_DIR}:/home/travis
# -v '/home/short:/home/short' claria/cvmfs-cms /bin/bash
# -c "cd /home/; source /home/travis/test_build.sh -b ${TRAVIS_BRANCH} -g 'greyxray' -e '[email protected]' -n 'kappa test'"
notifications:
email: false
# Blacklist
branches:
except:
- gh-page