Store the pcbnew kiface as an artifact in CI

Since Linux now uses a symlink for the pcbnew python shared library, we
need to ensure the target of that symlink is also in the artifact zip.
So include the pcbnew kiface in the artifacts list.
This commit is contained in:
Ian McInerney 2022-06-23 01:25:29 +01:00
parent 7b9dc1b9f0
commit 61f71e0814
2 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,7 @@
paths:
- build/linux/3d-viewer/
- build/linux/pcbnew/pcbnew.py
- build/linux/pcbnew/_pcbnew.kiface
- build/linux/pcbnew/_pcbnew.so
- build/linux/qa/
- build/linux/compilation_log.txt

View File

@ -47,6 +47,7 @@
paths:
- build/linux/3d-viewer/
- build/linux/pcbnew/pcbnew.py
- build/linux/pcbnew/_pcbnew.kiface
- build/linux/pcbnew/_pcbnew.so
- build/linux/qa/
- build/linux/compilation_log.txt