This commit is contained in:
parent
b2a6133625
commit
0d65b1316b
@ -18,15 +18,20 @@ steps:
|
|||||||
- cmake .
|
- cmake .
|
||||||
# More than two makes ascee2 irresponsive for now
|
# More than two makes ascee2 irresponsive for now
|
||||||
- make -j2
|
- make -j2
|
||||||
|
|
||||||
- name: test-arch
|
- name: test-arch
|
||||||
image: archlinux_build
|
image: archlinux_build
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
commands:
|
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 -r requirements.txt
|
||||||
- pip install .
|
- pip install .
|
||||||
- pytest
|
- pytest
|
||||||
|
|
||||||
|
# - name: release-arch
|
||||||
|
# commands:
|
||||||
|
# -
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: archlinux_ccache
|
- name: archlinux_ccache
|
||||||
host:
|
host:
|
||||||
|
Loading…
Reference in New Issue
Block a user