From b2a61336252659052152430f8f93630e37370663 Mon Sep 17 00:00:00 2001 From: "J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F" Date: Thu, 12 Jan 2023 14:16:40 +0100 Subject: [PATCH] Submodule initialization should be done manually --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 5f5f5cc..b34fd08 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,6 +13,7 @@ steps: - name: archlinux_ccache path: /root/.ccache commands: + - git submodule update --init --recursive - pacman -S --noconfirm ccache openblas fftw pulseaudio pybind11 - cmake . # More than two makes ascee2 irresponsive for now @@ -44,4 +45,4 @@ steps: image: ubuntu pull: if-not-exists commands: - - echo "Hello world" + - git submodule update --init --recursive