Skip to content
Snippets Groups Projects
Commit 1aa63650 authored by Berenger Bramas's avatar Berenger Bramas
Browse files

update ci (change install dir) -- update test command

parent ba03b4e9
Branches
Tags
2 merge requests!21Bugfix/nansampling,!18Feature/extend ci
Pipeline #
......@@ -6,12 +6,12 @@ set -x
set -e
# Init
source ~/.bashrc
export destdir=/tmp/bfpsinstall
export destdir=$(pwd)"/ci-installdir"
export pythonbin=/home/ubuntu/anaconda3/bin/python3
export bfpspythonpath=$destdir/lib/python3.6/site-packages/
export PYTHONPATH=:$bfpspythonpath$PYTHONPATH
export PATH=$destdir/bin/:$PATH
export PATH=$destdir/bin/:/home/ubuntu/hdf5/install/bin/:$PATH
export LD_LIBRARY_PATH=/home/ubuntu/hdf5/install/lib/:/home/ubuntu/fftw/install/lib/
echo "destdir = $destdir"
echo "pythonbin = $pythonbin"
......@@ -36,7 +36,7 @@ $pythonbin setup.py install --prefix=$destdir
ls $destdir
ls $destdir/bin/
$pythonbin $destdir/bin/test_bfps_NSVEparticles.py
$pythonbin $destdir/bin/bfps.test_NSVEparticles
# Clean
if [[ -d $destdir ]] ; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment