40 lines
1.1 KiB
Plaintext
40 lines
1.1 KiB
Plaintext
# == Properties Section ==
|
||
# configuration properties
|
||
# use .ini format to define properties
|
||
# mandatory properties: name, artifact_home, source_home
|
||
|
||
id = PyRunner
|
||
name = PyRunner
|
||
description = Инструменты взаимодействия с Python
|
||
artifact_home = PyRunner
|
||
source_home = PyRunner
|
||
install_home = \\fs1.concept.ru\projects\10 Автоматизация деятельности\02 Офисная автоматизация\80 PyRunner
|
||
|
||
%%
|
||
# === Build section ===
|
||
# Available commands:
|
||
# build LOCAL_MANIFEST
|
||
# copy LOCAL_SOURCE -> [LOCAL_ARTIFACT]
|
||
# save_as LOCAL_ARTIFACT -> LOCAL_ARTIFACT
|
||
# run LOCAL_SOURCE.bat
|
||
|
||
copy script\DeployServer.ps1 -> script\DeployServer.ps1
|
||
copy src\test\data -> test
|
||
run script\Build.ps1
|
||
run script\DeployLocal.ps1
|
||
|
||
copy src\vbatopydll\dll -> src\vbatopydll\dll
|
||
copy src\vbatopy -> src\vbatopy
|
||
|
||
build script\PythonManager.txt
|
||
|
||
%%
|
||
# === Install section ==
|
||
# Available commands:
|
||
# install LOCAL_ARTIFACT -> [INSTALL_PATH]
|
||
# add_template LOCAL_ARTIFACT -> [LOCAL_TEMPLATE]
|
||
# run LOCAL_ARTIFACT.bat <- [PARAMETERS]
|
||
# run APPLICATION <- [PARAMETERS]
|
||
|
||
run script\DeployServer.ps1
|
||
install PythonManager.xlsm |