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