feat: test build
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
stages:
|
||||||
|
- test
|
||||||
|
- build
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- local: .gitlab/ci/test.gitlab-ci.yml
|
- local: .gitlab/ci/test.gitlab-ci.yml
|
||||||
- local: .gitlab/ci/build.gitlab-ci.yml
|
- local: .gitlab/ci/build.gitlab-ci.yml
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
build:
|
build:
|
||||||
|
stage: build
|
||||||
image: python:latest
|
image: python:latest
|
||||||
script:
|
script:
|
||||||
- git submodule init
|
- git submodule init
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
test:
|
test:
|
||||||
|
stage: test
|
||||||
image: python:latest
|
image: python:latest
|
||||||
script:
|
script:
|
||||||
- git submodule init
|
- git submodule init
|
||||||
|
Reference in New Issue
Block a user