forked from bitshares/bitshares1-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jenkins-win32-config.xml
34 lines (34 loc) · 1.11 KB
/
jenkins-win32-config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version='1.0' encoding='UTF-8'?>
<project>
<actions/>
<description>Bitshares for Windows 32-bit
</description>
<displayName>Bitshares for Windows 32-bit</displayName>
<keepDependencies>false</keepDependencies>
<properties/>
<scm class="hudson.scm.NullSCM"/>
<assignedNode>win32</assignedNode>
<canRoam>false</canRoam>
<disabled>false</disabled>
<blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
<blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
<triggers class="vector">
<hudson.triggers.TimerTrigger>
<spec>@midnight</spec>
</hudson.triggers.TimerTrigger>
</triggers>
<concurrentBuild>false</concurrentBuild>
<customWorkspace>c:\jenkins\workspace\bitshares_win32</customWorkspace>
<builders>
<hudson.tasks.BatchFile>
<command>if exist bitshares (
rmdir /Q /S bitshares || exit /b 10
)
git clone https://github.com/BitShares/bitshares.git || exit /b 11
call bitshares\HelperScripts\jenkins_build32.bat || exit /b 12
</command>
</hudson.tasks.BatchFile>
</builders>
<publishers/>
<buildWrappers/>
</project>