From 0d65b1316bb54fc6f11210b7f89f977bdd54ddf0 Mon Sep 17 00:00:00 2001 From: "J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F" Date: Thu, 12 Jan 2023 14:23:16 +0100 Subject: [PATCH] Added pytest as pacman dep --- .drone.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b34fd08..524e282 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,15 +18,20 @@ steps: - cmake . # More than two makes ascee2 irresponsive for now - make -j2 + - name: test-arch image: archlinux_build pull: if-not-exists commands: - - pacman -S --noconfirm openblas fftw pulseaudio python-pip python-scipy + - pacman -S --noconfirm openblas python-pytest fftw pulseaudio python-pip python-scipy - pip install -r requirements.txt - pip install . - pytest + # - name: release-arch + # commands: + # - + volumes: - name: archlinux_ccache host: