Some CI stuff to start with
This commit is contained in:
parent
f776d3e91c
commit
1e82d4a7f0
1 changed files with 13 additions and 0 deletions
13
.gitlab-ci.yml
Normal file
13
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
stages:
|
||||||
|
- test
|
||||||
|
|
||||||
|
test:
|
||||||
|
stage: test
|
||||||
|
script:
|
||||||
|
- git clone https://kumig.it/kumisystems/pix360.git project
|
||||||
|
- cd project
|
||||||
|
- pip install -Ur requirements.txt
|
||||||
|
- pip install ..
|
||||||
|
- python manage.py migrate
|
||||||
|
- python manage.py installmodules
|
||||||
|
- python manage.py runserver &
|
Loading…
Reference in a new issue