36 lines
1007 B
Plaintext
36 lines
1007 B
Plaintext
# == Properties Section ==
|
|
# configuration properties
|
|
# use .ini format to define properties
|
|
# mandatory properties: name, artifact_home, source_home
|
|
|
|
id = VBABuilder
|
|
name = VBABuilder
|
|
description = Система сборки и тестирования VBA
|
|
artifact_home = VBABuilder
|
|
source_home = VBABuilder
|
|
install_home = \\fs1.concept.ru\projects\10 Автоматизация деятельности\01 Высокие технологии\VBABuilder
|
|
|
|
%%
|
|
# === Build section ===
|
|
# Available commands:
|
|
# build LOCAL_MANIFEST
|
|
# copy LOCAL_SOURCE -> [LOCAL_ARTIFACT]
|
|
# save_as LOCAL_ARTIFACT -> LOCAL_ARTIFACT
|
|
# run LOCAL_SOURCE.bat
|
|
|
|
build script\manifest.txt
|
|
build script\TestCommons.txt
|
|
build script\TestVisio.txt
|
|
build script\TestWord.txt
|
|
|
|
copy test
|
|
|
|
%%
|
|
# === Install section ==
|
|
# Available commands:
|
|
# install LOCAL_ARTIFACT -> [INSTALL_PATH]
|
|
# add_template LOCAL_ARTIFACT -> [LOCAL_TEMPLATE]
|
|
# run LOCAL_ARTIFACT.bat <- [PARAMETERS]
|
|
# run APPLICATION <- [PARAMETERS]
|
|
|
|
install !Builder.xlsm |