Add build Gitlab CI stage

This commit is contained in:
Yohann D'ANELLO 2020-11-19 04:01:02 +01:00
parent 58a841150b
commit 20a9743b9f
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
stages: stages:
- test - test
- quality-assurance - quality-assurance
- build
py37: py37:
stage: test stage: test