source: python/build_linux @ 25c9f9a

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

move new python module to the top

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