From dc5d843c0854ec55a28d2dd4457594ca7548d697 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 11 Jun 2022 07:48:26 +0200 Subject: [PATCH] drone: get submodules --- .drone.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.drone.yml b/.drone.yml index 8a82861..8122617 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,6 +13,12 @@ trigger: - tag steps: +- name: submodules + image: docker:git + commands: + - git submodule init + - git submodule update --recursive + - name: GCC 8 / clang 7 image: debian:buster-slim pull: always