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:
parent
fb81883582
commit
ec261b8472
@ -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
|
||||
|
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user