Updated drone to use all cpus available
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Anne de Jong 2023-08-30 16:01:08 +02:00
parent 77a7e46f9d
commit dbd9c7c1af
1 changed files with 1 additions and 2 deletions

View File

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