2016-09-20 18:55:59 +00:00
|
|
|
NAME=senpy
|
2017-06-02 17:21:12 +00:00
|
|
|
GITHUB_REPO=git@github.com:gsi-upm/senpy.git
|
|
|
|
|
|
|
|
IMAGENAME=gsiupm/senpy
|
|
|
|
|
2017-09-27 19:32:58 +00:00
|
|
|
# The first version is the main one (used for quick builds)
|
|
|
|
# See .makefiles/python.mk for more info
|
2017-06-02 17:21:12 +00:00
|
|
|
PYVERSIONS=3.5 2.7
|
|
|
|
|
2017-03-14 18:54:33 +00:00
|
|
|
DEVPORT=5000
|
2017-06-02 17:21:12 +00:00
|
|
|
|
2017-02-27 11:14:39 +00:00
|
|
|
action="test-${PYMAIN}"
|
2017-05-19 15:55:52 +00:00
|
|
|
GITHUB_REPO=git@github.com:gsi-upm/senpy.git
|
2016-09-20 18:55:59 +00:00
|
|
|
|
2017-09-27 19:32:58 +00:00
|
|
|
include .makefiles/base.mk
|
|
|
|
include .makefiles/k8s.mk
|
|
|
|
include .makefiles/python.mk
|