J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F
2f1ddb5bfa
Some checks failed
continuous-integration/drone/push Build is failing
18 lines
317 B
YAML
18 lines
317 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 --noconfirm pybind11 openblas fftw pulseaudio
|
|
- cmake .
|
|
# More than two makes ascee2 irresponsive for now
|
|
- make -j2
|
|
|