source: python/build_linux @ f360ad8

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since f360ad8 was f360ad8, checked in by Paul Brossier <piem@piem.org>, 11 years ago

build_linux: update path

  • Property mode set to 100755
File size: 174 bytes
RevLine 
[0ed517b]1#! /bin/sh
2
[f41957d]3set -e
4set -x
5
[0ed517b]6python setup.py clean build
[f360ad8]7export PYTHONPATH=./build/lib.linux-x86_64-2.7/:./tests
8export LD_LIBRARY_PATH=../build/src/
[0ed517b]9./run_all_tests --verbose
Note: See TracBrowser for help on using the repository browser.