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:
parent
4a4a5fe176
commit
e25a3e24bc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue