Submodule initialization should be done manually
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Anne de Jong 2023-01-12 14:16:40 +01:00
parent 80c334d871
commit b2a6133625
1 changed files with 2 additions and 1 deletions

View File

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