forked from EvilBeaver/oscript-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Приложил билд-конфигурацию для TeamCity и VCS-Root EvilBeaver#14
- Loading branch information
Showing
3 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<build-type xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" uuid="0dbb7a16-046b-4101-ad63-5db2324a4e73" xsi:noNamespaceSchemaLocation="http://www.jetbrains.com/teamcity/schemas/9.0/project-config.xsd"> | ||
<name>oscript-library</name> | ||
<description /> | ||
<settings> | ||
<options> | ||
<option name="checkoutDirectory" value="%env.TEAMCITY_BUILDCONF_NAME%" /> | ||
</options> | ||
<parameters /> | ||
<build-runners> | ||
<runner id="RUNNER_9" name="Тестировать oscript-library" type="simpleRunner"> | ||
<parameters> | ||
<param name="script.content"><![CDATA[cd /d %teamcity.build.checkoutDir% | ||
chcp 1251 >nul | ||
"C:\Program Files (x86)\OneScript\bin\oscript.exe" tests\finder.os]]></param> | ||
<param name="teamcity.step.mode" value="default" /> | ||
<param name="use.custom.script" value="true" /> | ||
</parameters> | ||
</runner> | ||
</build-runners> | ||
<vcs-settings> | ||
<vcs-entry-ref root-id="OneScript_OscriptLibraryGithub" /> | ||
</vcs-settings> | ||
<requirements /> | ||
<build-triggers /> | ||
<build-extensions> | ||
<extension id="BUILD_EXT_7" type="xml-report-plugin"> | ||
<parameters> | ||
<param name="xmlReportParsing.reportDirs" value="%teamcity.build.checkoutDir%/**/*.xml" /> | ||
<param name="xmlReportParsing.reportType" value="junit" /> | ||
</parameters> | ||
</extension> | ||
</build-extensions> | ||
<cleanup /> | ||
</settings> | ||
</build-type> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<vcs-root xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" uuid="ccc27315-9137-4344-ab02-dcc1fb7c661c" type="jetbrains.git" xsi:noNamespaceSchemaLocation="http://www.jetbrains.com/teamcity/schemas/9.0/project-config.xsd"> | ||
<name>oscript-library-github</name> | ||
<param name="agentCleanFilesPolicy" value="ALL_UNTRACKED" /> | ||
<param name="agentCleanPolicy" value="ON_BRANCH_CHANGE" /> | ||
<param name="authMethod" value="ANONYMOUS" /> | ||
<param name="branch" value="refs/heads/develop" /> | ||
<param name="ignoreKnownHosts" value="true" /> | ||
<param name="submoduleCheckout" value="CHECKOUT" /> | ||
<param name="url" value="https://github.com/EvilBeaver/oscript-library.git" /> | ||
<param name="useAlternates" value="true" /> | ||
<param name="usernameStyle" value="USERID" /> | ||
</vcs-root> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
###Описание файлов | ||
OneScript_OscriptLibrary.xml - билд-конфигурация для тестирования библиотек на билд-сервере TeamCity | ||
OneScript_OscriptLibraryGithub.xml - VCS-Root для тестирования библиотек на билд-сервере TeamCity |