You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build_component.py currently lacks the functionality to copy files to subdirectories of the build target dir. Similar to #7, the old build harness allows this, e.g. to create subfolders for the different Repy runtimes in a Seattle installer.
I think we could add the subdir as an optional second or third argument in config_build.txt, like
# This one would be for building a component
seattlelib_v2/* subdir_for_seattlelib
# And that's the syntax for preparing tests
test repy_v2/* subdir_for_repytests
The text was updated successfully, but these errors were encountered:
build_component.py
currently lacks the functionality to copy files to subdirectories of the build target dir. Similar to #7, the old build harness allows this, e.g. to create subfolders for the different Repy runtimes in a Seattle installer.I think we could add the subdir as an optional second or third argument in
config_build.txt
, likeThe text was updated successfully, but these errors were encountered: