Files
petzval/.drone.yml
TQ Hirsch 74cacfd78d
Some checks failed
continuous-integration/drone Build is failing
Added README; added step to install BLAS in the build
2023-02-02 17:07:52 +01:00

11 lines
193 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build
image: fpco/stack-build:lts-20
commands:
- apt-get update
- apt-get install -y openblas
- stack build