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 )
2
2
[ ![ License] ( https://img.shields.io/badge/Licence-LGPL-blue.svg )] ( http://robotology.github.io/robot-testing/index.html )
3
3
[ ![ Build Status] ( https://travis-ci.org/robotology/robot-testing.svg?branch=master )] ( https://travis-ci.org/robotology/robot-testing )
4
4
[ ![ 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}
2
2
3
3
clone_folder : c:\dev\RTF
4
4
@@ -11,25 +11,6 @@ environment:
11
11
install :
12
12
# to install unzipper do: "cinst 7zip.commandline -x86"
13
13
# 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
33
14
- cmd : dir "c:\Program Files (x86)\robotology"
34
15
35
16
Original file line number Diff line number Diff line change 8
8
## manually increase tweak number when required. Set to zero when
9
9
# bumping VERSION_PATCH
10
10
set (RTF_VERSION_MAJOR "1" )
11
- set (RTF_VERSION_MINOR "1 " )
11
+ set (RTF_VERSION_MINOR "2 " )
12
12
set (RTF_VERSION_PATCH "0" )
13
- set (RTF_VERSION_TWEAK "1 " )
13
+ set (RTF_VERSION_TWEAK "" )
14
14
set (RTF_VERSION_STRING "" )
15
15
16
16
#set(RTF_VERSION_ABI "1")
You can’t perform that action at this time.
0 commit comments