1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

install libraries to fix loading of libvillas-fpga.so

This commit is contained in:
Steffen Vogel 2018-01-30 18:34:27 +01:00
parent abeaa0b077
commit 269550c5dc

View file

@ -71,13 +71,15 @@ test:unit-software:
test:unit-hardware:
stage: test
dependencies:
- build:source
# dependencies:
# - build:source
tags:
- villas-fpga
script: |
mkdir build && cd build && cmake .. && make unit-tests
if [ "$(who | wc -l)" -eq "0" ]; then
build/tests/unit-tests --filter 'fpga/*'
tests/unit-tests --filter 'fpga/*'
else
echo "System is currently used by: $(who)"
echo "We are skipping the test. Please restart manually."