forked from M-Labs/artiq
travis: try export
This commit is contained in:
parent
53f55a7502
commit
36d92c72df
|
@ -18,7 +18,7 @@ mkdir -p $BIN_PREFIX/kc705 $BIN_PREFIX/pipistrello
|
||||||
|
|
||||||
# build for KC705
|
# build for KC705
|
||||||
|
|
||||||
PYTHONPATH=$PREFIX/lib/python3.4/site-packages
|
export PYTHONPATH=$PREFIX/lib/python3.4/site-packages
|
||||||
|
|
||||||
cd $SRC_DIR/misoc; python make.py -X ../soc -t artiq_kc705 build-headers build-bios; cd -
|
cd $SRC_DIR/misoc; python make.py -X ../soc -t artiq_kc705 build-headers build-bios; cd -
|
||||||
make -C soc/runtime clean runtime.fbi
|
make -C soc/runtime clean runtime.fbi
|
||||||
|
|
Loading…
Reference in New Issue