Skip to content
Snippets Groups Projects
Commit dce3d0c4 authored by Axel von Arnim's avatar Axel von Arnim
Browse files

[NRRPLT-5052] Install from bitbucket without EPFL VPN

Change-Id: Ie85485b9e5d42a0b66b8b73c8e0be71b2eb98e89
parent 2c4d95cd
No related branches found
No related tags found
No related merge requests found
......@@ -16,3 +16,4 @@ test-reports/
coverage.xml
.project
.pydevproject
user_makefile
......@@ -12,12 +12,17 @@ COVER_PACKAGES=hbp_nrp_music_xml hbp_nrp_music_interface
##### DO NOT MODIFY BELOW #####################
CI_REPO?=ssh://bbpcode.epfl.ch/platform/ContinuousIntegration.git
CI_DIR?=ContinuousIntegration
ifeq ($(NRP_INSTALL_MODE),user)
include user_makefile
else
CI_REPO?=ssh://bbpcode.epfl.ch/platform/ContinuousIntegration.git
CI_DIR?=ContinuousIntegration
FETCH_CI := $(shell \
if [ ! -d $(CI_DIR) ]; then \
git clone $(CI_REPO) $(CI_DIR) > /dev/null ;\
fi;\
echo $(CI_DIR) )
include $(FETCH_CI)/python/common_makefile
FETCH_CI := $(shell \
if [ ! -d $(CI_DIR) ]; then \
git clone $(CI_REPO) $(CI_DIR) > /dev/null ;\
fi;\
echo $(CI_DIR) )
include $(FETCH_CI)/python/common_makefile
endif
# HBP requirements
hbp-nrp-cle==1.2.0
hbp-nrp-commons==1.2.0
hbp-nrp-music-xml==1.2.0
# third party requirements
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment