File tree Expand file tree Collapse file tree 3 files changed +4
-23
lines changed Expand file tree Collapse file tree 3 files changed +4
-23
lines changed Original file line number Diff line number Diff line change 1- [ ![ Release] ( https://img.shields.io/badge/Release-1.0.1-blue. svg )] ( http ://robotology. github.io/ robot-testing/index.html )
1+ [ ![ Release] ( https://img.shields.io/github/tag/robotology/robot-testing. svg?label=Release )] ( https ://github.com/robotology/ robot-testing/tags )
22[ ![ License] ( https://img.shields.io/badge/Licence-LGPL-blue.svg )] ( http://robotology.github.io/robot-testing/index.html )
33[ ![ Build Status] ( https://travis-ci.org/robotology/robot-testing.svg?branch=master )] ( https://travis-ci.org/robotology/robot-testing )
44[ ![ Coverage Status] ( https://coveralls.io/repos/github/robotology/robot-testing/badge.svg?branch=master )] ( https://coveralls.io/github/robotology/robot-testing?branch=master )
Original file line number Diff line number Diff line change 1- version : 1.0 .{build}
1+ version : 1.2 .{build}
22
33clone_folder : c:\dev\RTF
44
@@ -11,25 +11,6 @@ environment:
1111install :
1212 # to install unzipper do: "cinst 7zip.commandline -x86"
1313 # the format is: "7z x c:\path-to-archive\archive.zip -oc:\path-where-unzip -y > nul"
14-
15- - ps : >-
16- $dwntool = New-Object System.Net.WebClient
17-
18- $Stoploop = $false
19-
20- do {
21- try {
22- $dwntool.DownloadFile('https://github.com/robotology/yarp/releases/download/v2.3.64/yarp_2.3.64_v12_x86_1.exe','c:\dev\yarp.exe')
23- $Stoploop = $true
24- }
25- catch {
26- Start-Sleep -Seconds 15
27- }
28- }
29- While ($Stoploop -eq $false)
30-
31- - cmd : start "" /WAIT "c:\dev\yarp.exe" /S
32- - cmd : timeout 10
3314 - cmd : dir "c:\Program Files (x86)\robotology"
3415
3516
Original file line number Diff line number Diff line change 88## manually increase tweak number when required. Set to zero when
99# bumping VERSION_PATCH
1010set (RTF_VERSION_MAJOR "1" )
11- set (RTF_VERSION_MINOR "1 " )
11+ set (RTF_VERSION_MINOR "2 " )
1212set (RTF_VERSION_PATCH "0" )
13- set (RTF_VERSION_TWEAK "1 " )
13+ set (RTF_VERSION_TWEAK "" )
1414set (RTF_VERSION_STRING "" )
1515
1616#set(RTF_VERSION_ABI "1")
You can’t perform that action at this time.
0 commit comments