Tests automatiques sur Gitlab
This commit is contained in:
parent
92ea2f6af7
commit
aa01a0d8db
10
.gitlab-ci.yml
Normal file
10
.gitlab-ci.yml
Normal file
@ -0,0 +1,10 @@
|
||||
stages:
|
||||
- test
|
||||
|
||||
test-openbackloggery:
|
||||
type: test
|
||||
script:
|
||||
- apt-get update -qy
|
||||
- apt-get install -y python3-dev python-pip
|
||||
- pip install -r requirements.txt
|
||||
- python manage.py test
|
@ -1,5 +1,6 @@
|
||||
Current version (0.2) :
|
||||
|
||||
- Tests automatiques chez Gitlab
|
||||
- Bug corrigé : Génération de 2 timelines si on crée un jeu avec l'état "created"
|
||||
- Renommage des consoles en « plateformes »
|
||||
- Activation des requêtes CORS pour permettre à une autre application d'accéder à l'API
|
||||
|
Loading…
Reference in New Issue
Block a user