Skip to content
Snippets Groups Projects
Commit a3d139ae authored by garciadeblas's avatar garciadeblas
Browse files

RO/start_build: added option --develop when installing openmano


Change-Id: I1deace083d388c6b07611d04fcdc47085fc4e918
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent 0dd790cd
No related branches found
No related tags found
No related merge requests found
......@@ -54,11 +54,15 @@ INFO "starting build"
INFO " cleaning .pyc"
rm -f *.pyc
INFO " installing openmano packages and dependencies from current repo (--noclone)"
./scripts/install-openmano.sh --noclone -q
./scripts/install-openmano.sh --develop --noclone -q
INFO " compiling *.py"
python -m py_compile *.py
RC=$?
#git checkout master #Cleaning the environment. It's also done at the beginning, but it's done just in case.
if RC; then
#basic test HERE
#RC=$?
fi
INFO "done, RC=$RC"
exit $RC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment