change repo to secop/frappy
Change-Id: I515c0d958c87d555156861db83a7b22c60046ead
This commit is contained in:
@@ -33,11 +33,11 @@ RUN virtualenv /home/jenkins/tools2 && \
|
||||
rm -rf /home/jenkins/tools2src
|
||||
|
||||
RUN virtualenv -p /usr/bin/python3 --system-site-packages /home/jenkins/secopvenv && \
|
||||
git clone https://forge.frm2.tum.de/review/sine2020/secop/playground /home/jenkins/playground && \
|
||||
git clone https://forge.frm2.tum.de/review/secop/frappy /home/jenkins/frappy && \
|
||||
. /home/jenkins/secopvenv/bin/activate && \
|
||||
pip install -U pip wheel setuptools && \
|
||||
pip install -r /home/jenkins/playground/requirements-dev.txt -r /home/jenkins/playground/requirements.txt pylint pytest && \
|
||||
rm -rf /home/jenkins/playground
|
||||
pip install -r /home/jenkins/frappy/requirements-dev.txt -r /home/jenkins/frappy/requirements.txt pylint pytest && \
|
||||
rm -rf /home/jenkins/frappy
|
||||
|
||||
|
||||
FROM base AS docs
|
||||
|
||||
Reference in New Issue
Block a user