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

cleanup build dir before building

This commit is contained in:
Steffen Vogel 2018-01-30 19:35:03 +01:00
parent 4a4a5fe176
commit e25a3e24bc

View file

@ -76,7 +76,7 @@ test:unit-hardware:
tags:
- villas-fpga
script: |
mkdir build && cd build && cmake .. && make unit-tests
rm -r build && mkdir build && cd build && cmake .. && make unit-tests
if [ "$(who | wc -l)" -eq "0" ]; then
tests/unit-tests --jobs 1 --filter 'fpga/*'
else