Skip to content

Commit

Permalink
Jenkinsfile-dynamatrix: enable linux+mingw cross builds as part of NU…
Browse files Browse the repository at this point in the history
…T baseline
  • Loading branch information
jimklimov authored Sep 3, 2022
1 parent 035ae79 commit 713da62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile-dynamatrix
Original file line number Diff line number Diff line change
Expand Up @@ -1190,8 +1190,8 @@ set | sort -n """

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

0 comments on commit 713da62

Please sign in to comment.