Skip to content
Snippets Groups Projects
Commit 676b2d7c authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

update gitlab CI script

parent 6e461039
No related branches found
No related tags found
2 merge requests!21Bugfix/nansampling,!18Feature/extend ci
Pipeline #
simple_test: simple_test:
script: script:
- export destdir=/tmp/bfpsinstall - export destdir=/tmp/bfpsinstall
...@@ -10,7 +9,7 @@ simple_test: ...@@ -10,7 +9,7 @@ simple_test:
- /home/ubuntu/anaconda3/bin/python3 setup.py compile_library --timing-output 1 - /home/ubuntu/anaconda3/bin/python3 setup.py compile_library --timing-output 1
- echo "destdir $destdir" - echo "destdir $destdir"
- /home/ubuntu/anaconda3/bin/python3 setup.py install --prefix=$destdir - /home/ubuntu/anaconda3/bin/python3 setup.py install --prefix=$destdir
- /home/ubuntu/anaconda3/bin/python3 $destdir/bin/bfps DNS NSVEparticles --niter_todo 8 --niter_stat 2 --niter_part 2 - /home/ubuntu/anaconda3/bin/python3 $destdir/bin/test_bfps_NSVEparticles.py
- if [[ -d $destdir ]] ; then rm -rf $destdir ; fi - if [[ -d $destdir ]] ; then rm -rf $destdir ; fi
tags: tags:
- fftw3 - fftw3
...@@ -18,5 +17,3 @@ simple_test: ...@@ -18,5 +17,3 @@ simple_test:
- mpi - mpi
- python3 - python3
...@@ -261,7 +261,7 @@ setup( ...@@ -261,7 +261,7 @@ setup(
'bfps = bfps.__main__:main', 'bfps = bfps.__main__:main',
'bfps1 = bfps.__main__:main'], 'bfps1 = bfps.__main__:main'],
}, },
scripts = ['bfps/test/test_NSVEparticles.py'], scripts = ['bfps/test/test_bfps_NSVEparticles.py'],
version = VERSION, version = VERSION,
######################################################################## ########################################################################
# useless stuff folows # useless stuff folows
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment