fetching nndc xs from git repo

This commit is contained in:
Bryan Herman 2015-02-20 17:04:08 -05:00
parent 47a6eecbf8
commit fd5a0c0242

View file

@ -14,7 +14,9 @@ before_install:
before_script:
- cd data
- ./get_nndc_data.py --batch
- git clone --branch=master git://github.com/bhermanmit/nndc_xs nndc_xs
- cat nndc_xs/nndc.tar.gza* | tar xzvf -
- rm -rf nndc_xs
- export CROSS_SECTIONS=$PWD/nndc/cross_sections.xml
- cd ..