lasp/.drone.yml

19 lines
351 B
YAML
Raw Normal View History

kind: pipeline
type: docker
2023-01-12 11:02:05 +00:00
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