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

exclude thirdparty gpu

Signed-off-by: Pascal Bauer <pascal.bauer@rwth-aachen.de>
This commit is contained in:
Pascal Bauer 2022-12-08 16:28:18 +01:00 committed by Niklas Eiling
parent 18e07c604c
commit 4808092e3a

View file

@ -73,6 +73,7 @@ test:cppcheck:
src/
lib/
tests/unit/ | tee cppcheck.log
-igpu/thirdparty
image: ${DOCKER_IMAGE_DEV}:${DOCKER_TAG_DEV}
dependencies:
- build:source