feat: test build

This commit is contained in:
Swann
2020-04-17 15:49:22 +02:00
parent 0ad0f4d62d
commit e7d948049d
3 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
stages:
- test
- build
include:
- local: .gitlab/ci/test.gitlab-ci.yml
- local: .gitlab/ci/build.gitlab-ci.yml

View File

@ -1,4 +1,5 @@
build:
stage: build
image: python:latest
script:
- git submodule init

View File

@ -1,4 +1,5 @@
test:
stage: test
image: python:latest
script:
- git submodule init