Skip to content

Commit 713da62

Browse files
authored
Jenkinsfile-dynamatrix: enable linux+mingw cross builds as part of NUT baseline
1 parent 035ae79 commit 713da62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile-dynamatrix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1190,8 +1190,8 @@ set | sort -n """
11901190

11911191
,[name: 'Strict C and GNU standard builds on cross-Windows platforms (Linux+mingw), without distcheck and docs (allowed to fail)',
11921192
disabled: dynacfgPipeline.disableSlowBuildCIBuild,
1193-
branchRegexSource: ~/^(PR-.+|.*fightwarn.*|.*Windows.*)$/,
1194-
branchRegexTarget: ~/fightwarn|Windows-.*/,
1193+
//branchRegexSource: ~/^(PR-.+|.*fightwarn.*|.*Windows.*)$/,
1194+
//branchRegexTarget: ~/fightwarn|Windows-.*/,
11951195
appliesToChangedFilesRegex: dynacfgPipeline.appliesToChangedFilesRegex_C,
11961196
'getParStages': { dynamatrix, Closure body ->
11971197
return dynamatrix.generateBuild([

0 commit comments

Comments
 (0)