Skip to content

Commit

Permalink
more travis debugging
Browse files Browse the repository at this point in the history
sbourdeauducq committed Jul 31, 2015
1 parent 36d92c7 commit feb2c4d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions conda/artiq/build.sh
Original file line number Diff line number Diff line change
@@ -16,9 +16,14 @@ BIN_PREFIX=$ARTIQ_PREFIX/binaries/
mkdir -p $ARTIQ_PREFIX/misc
mkdir -p $BIN_PREFIX/kc705 $BIN_PREFIX/pipistrello

# build for KC705

# workarounds
export PYTHONPATH=$PREFIX/lib/python3.4/site-packages
echo $PATH
echo $PREFIX/lib/python3.4/site-packages
which python
#

# build for KC705

cd $SRC_DIR/misoc; python make.py -X ../soc -t artiq_kc705 build-headers build-bios; cd -
make -C soc/runtime clean runtime.fbi

0 comments on commit feb2c4d

Please sign in to comment.