7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-18 19:09:17 +00:00

Add cvpcb path/artifact to qa on linux

This commit is contained in:
Marek Roszko 2025-01-05 20:34:28 -05:00
parent fb81883582
commit ec261b8472
2 changed files with 3 additions and 1 deletions

View File

@ -44,6 +44,7 @@
- build/linux/common/libkicommon.so*
- build/linux/common/gal/libkigal.so*
- build/linux/eeschema/_eeschema.kiface
- build/linux/cvpcb/_cvpcb.kiface
- build/linux/kicad/kicad-cli
- build/linux/pcbnew/pcbnew.py
- build/linux/pcbnew/_pcbnew.kiface

View File

@ -32,7 +32,8 @@ if( MSVC )
"PATH=path_list_prepend:${CMAKE_BINARY_DIR}/api/"
"PATH=path_list_prepend:${CMAKE_BINARY_DIR}/common/gal/"
"PATH=path_list_prepend:${CMAKE_BINARY_DIR}/pcbnew/"
"PATH=path_list_prepend:${CMAKE_BINARY_DIR}/eeschema/" )
"PATH=path_list_prepend:${CMAKE_BINARY_DIR}/eeschema/"
"PATH=path_list_prepend:${CMAKE_BINARY_DIR}/cvpcb/" )
set_tests_properties( ${target_name}
PROPERTIES
ENVIRONMENT_MODIFICATION "${PATH_MODIFICATION}"