From ec261b8472b61bedaff4a84f3ca856852985f8ca Mon Sep 17 00:00:00 2001 From: Marek Roszko Date: Sun, 5 Jan 2025 20:34:28 -0500 Subject: [PATCH] Add cvpcb path/artifact to qa on linux --- .gitlab/Fedora-Linux-CI.yml | 1 + qa/CMakeLists.txt | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab/Fedora-Linux-CI.yml b/.gitlab/Fedora-Linux-CI.yml index a29f818998..a7feac6f45 100644 --- a/.gitlab/Fedora-Linux-CI.yml +++ b/.gitlab/Fedora-Linux-CI.yml @@ -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 diff --git a/qa/CMakeLists.txt b/qa/CMakeLists.txt index 2cd251a39a..ad4d99a680 100644 --- a/qa/CMakeLists.txt +++ b/qa/CMakeLists.txt @@ -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}"