lasp/.drone.yml
J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F d50e419ba8
All checks were successful
continuous-integration/drone Build is passing
Now testing without cache
2023-01-12 12:02:05 +01:00

19 lines
351 B
YAML

kind: pipeline
type: docker
name: archlinux_build
clone:
depth: 3
steps:
- name: build-release-arch
image: archlinux_build
pull: if-not-exists
commands:
- pacman -S pybind11 openblas fftw pulseaudio
- git submodule update --init --recursive
- cmake .
# More than two makes ascee2 irresponsive for now
- make -j2