Changeset c416a17 in sasview for build_tools
- Timestamp:
- May 26, 2017 7:41:44 AM (8 years ago)
- Branches:
- ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- c1e380e
- Parents:
- 6964d44 (diff), 7132e49 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Location:
- build_tools
- Files:
-
- 10 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
build_tools/travis_build.sh
r752f12d r8374dc0 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/ … … 38 38 cd $WORKSPACE/sasview 39 39 $PYTHON setup.py clean 40 $PYTHON setup.py build docs bdist_egg 40 # $PYTHON setup.py build docs bdist_egg 41 $PYTHON setup.py bdist_egg 41 42 42 43 # INSTALL SASVIEW
Note: See TracChangeset
for help on using the changeset viewer.