mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 06:07:56 +00:00
Run tests as part of gitlab CI
This commit is contained in:
parent
4aa36ed8d3
commit
0ceae16ad8
@ -1,9 +1,18 @@
|
|||||||
stages:
|
stages:
|
||||||
|
- test
|
||||||
- build
|
- build
|
||||||
- deploy:images
|
- deploy:images
|
||||||
- deploy:pypi
|
- deploy:pypi
|
||||||
- deploy:docs
|
- deploy:docs
|
||||||
|
|
||||||
|
test:
|
||||||
|
script:
|
||||||
|
- apk add --no-cache make gcc musl-dev yaml-dev
|
||||||
|
- python setup.py install
|
||||||
|
- pip install -r requirements/dev.txt
|
||||||
|
- pip install twine
|
||||||
|
- make test
|
||||||
|
|
||||||
build:images:
|
build:images:
|
||||||
script:
|
script:
|
||||||
- apk add --no-cache docker make
|
- apk add --no-cache docker make
|
||||||
|
Loading…
Reference in New Issue
Block a user