Changeset b76b6b7 in sasview
- Timestamp:
- Mar 21, 2017 12:09:29 AM (8 years ago)
- Children:
- 138b281
- Parents:
- b812771
- git-author:
- Andrew Nelson <andyfaff@…> (03/21/17 00:07:06)
- git-committer:
- Andrew Nelson <andyfaff@…> (03/21/17 00:09:29)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
rb812771 rb76b6b7 41 41 # could install other dependencies, but they're locked to specific 42 42 # versions in build/requirements.txt 43 - conda install --yes python=$PY numpy scipy matplotlib cython pylint 43 - conda install --yes python=$PY numpy scipy matplotlib cython pylint pyparsing=1.5.5 44 44 - sudo apt-get update; sudo apt-get install python-pyopencl 45 45 … … 54 54 55 55 script: 56 - export WORKSPACE=/home/travis/build/SasView/ 57 - cd $WORKSPACE 56 - cd .. 57 # this should be the directory above the sasview directory, where we want to 58 # clone the sasmodels 59 - export WORKSPACE=$(pwd) 60 #- export WORKSPACE=/home/travis/build/SasView/ 61 #- cd $WORKSPACE 58 62 - git clone --depth=50 --branch=master https://github.com/SasView/sasmodels.git sasmodels 59 - export PYTHONPATH=$WORKSPACE/sasview-install:$WORKSPACE/utils:$PYTHONPATH63 #- export PYTHONPATH=$WORKSPACE/sasview/sasview-install:$WORKSPACE/sasview/utils:$PYTHONPATH 60 64 - cd $WORKSPACE 61 65 - ls -ltr -
build_tools/travis_build.sh
r68e6ac8 rb76b6b7 1 # Simplified build for Travi cCI1 # Simplified build for Travis CI 2 2 # No documentation is built 3 3 export PATH=$PATH:/usr/local/bin/
Note: See TracChangeset
for help on using the changeset viewer.