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

tests: remove obsolete unit tests which have been moved to VILLAScommon

This commit is contained in:
Steffen Vogel 2018-08-21 13:54:21 +02:00
parent 2112038d70
commit ea4b453250

View file

@ -59,22 +59,11 @@ build:source:
# Stage: test
##############################################################################
test:unit-software:
test:unit:
stage: test
dependencies:
- build:source
script:
- build/tests/unit-tests --filter 'graph/*'
image: ${DOCKER_IMAGE_DEV}:${DOCKER_TAG_DEV}
tags:
- docker
test:unit-hardware:
stage: test
# dependencies:
# - build:source
tags:
- villas-fpga
allow_failure: true
script: |
rm -r build && mkdir build && cd build && cmake3 .. && make unit-tests -j8
if [ "$(who | wc -l)" -eq "0" ]; then