Add submodules support step to CI
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
fdbf018672
commit
09b9c875b0
@ -2,14 +2,15 @@ kind: pipeline
|
||||
type: docker
|
||||
name: continuous integration
|
||||
|
||||
clone:
|
||||
depth: 1
|
||||
submodules: true
|
||||
|
||||
environment:
|
||||
ZIG_VERSION: 0.13.0
|
||||
|
||||
steps:
|
||||
- name: submodules
|
||||
image: ubuntu:latest
|
||||
commands:
|
||||
- git submodule update --init --recursive
|
||||
|
||||
- name: build
|
||||
image: ubuntu:latest
|
||||
commands:
|
||||
|
Loading…
x
Reference in New Issue
Block a user