Add build job

This commit is contained in:
jpic 2020-01-26 12:45:01 +01:00
parent bb5510a934
commit 5b32e2a91b

View File

@ -8,6 +8,11 @@ test:
image: yourlabs/python image: yourlabs/python
script: pip install -e . && py.test -v tests script: pip install -e . && py.test -v tests
build:
stage: test
image: yourlabs/podctl
script: podctl build
pypi: pypi:
stage: deploy stage: deploy
image: yourlabs/python image: yourlabs/python