Add submodules support step to CI
continuous-integration/drone/push Build is failing Details

This commit is contained in:
kayomn 2024-07-07 01:31:12 +02:00
parent fdbf018672
commit 09b9c875b0
1 changed files with 5 additions and 4 deletions

View File

@ -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: