Submodule initialization should be done manually
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
80c334d871
commit
b2a6133625
@ -13,6 +13,7 @@ steps:
|
|||||||
- name: archlinux_ccache
|
- name: archlinux_ccache
|
||||||
path: /root/.ccache
|
path: /root/.ccache
|
||||||
commands:
|
commands:
|
||||||
|
- git submodule update --init --recursive
|
||||||
- pacman -S --noconfirm ccache openblas fftw pulseaudio pybind11
|
- pacman -S --noconfirm ccache openblas fftw pulseaudio pybind11
|
||||||
- cmake .
|
- cmake .
|
||||||
# More than two makes ascee2 irresponsive for now
|
# More than two makes ascee2 irresponsive for now
|
||||||
@ -44,4 +45,4 @@ steps:
|
|||||||
image: ubuntu
|
image: ubuntu
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
commands:
|
commands:
|
||||||
- echo "Hello world"
|
- git submodule update --init --recursive
|
||||||
|
Loading…
Reference in New Issue
Block a user