Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcc4b678

Browse files
committed
Correct groovy file
1 parent9153474 commitcc4b678

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎netci.groovy‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ def osList = ['Windows_NT', 'Ubuntu14.04'] //, 'OSX'], 'CentOS7.1'
99
defstaticgetBuildJobName(defconfiguration,defos) {
1010
return configuration.toLowerCase()+'_'+ os.toLowerCase()
1111
}
12-
12+
1313
[true,false].each {isPullRequest->
1414
osList.each {os->
1515
def configurations= [];
1616
if (os=='Windows_NT') {
17-
}
1817
configurations= ['Debug','Release_ci_part1','Release_ci_part2','Release_ci_part3','Release_net40_no_vs','Release_fcs' ];
18+
}
1919
else
2020
{
2121
// Linux

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp