Updated drone to use all cpus available
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Anne de Jong 2023-08-30 16:01:08 +02:00
parent 77a7e46f9d
commit dbd9c7c1af

View File

@ -18,8 +18,7 @@ steps:
# - pacman -S --noconfirm ccache openblas fftw pulseaudio pybind11 # - pacman -S --noconfirm ccache openblas fftw pulseaudio pybind11
- git submodule update --init --recursive - git submodule update --init --recursive
- cmake . - cmake .
# More than two makes ascee2 irresponsive for now - make -j
- make -j2
- name: archlinux_test - name: archlinux_test
image: archlinux_build:latest image: archlinux_build:latest