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