Build test split arch
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Anne de Jong 2023-01-12 14:11:12 +01:00
parent 38ad65291d
commit 22f41b1583

View File

@ -3,7 +3,7 @@ type: docker
name: archlinux_build name: archlinux_build
clone: clone:
depth: 3 depth: 50
steps: steps:
- name: build-arch - name: build-arch
@ -14,7 +14,6 @@ steps:
path: /root/.ccache path: /root/.ccache
commands: commands:
- pacman -S --noconfirm ccache openblas fftw pulseaudio - pacman -S --noconfirm ccache openblas fftw pulseaudio
- pip install -r requirements.txt
- cmake . - cmake .
# More than two makes ascee2 irresponsive for now # More than two makes ascee2 irresponsive for now
- make -j2 - make -j2