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:
parent
abeaa0b077
commit
269550c5dc
1 changed files with 5 additions and 3 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Reference in a new issue