Changeset be35302
- Timestamp:
- Aug 17, 2025, 11:36:41 PM (5 weeks ago)
- Branches:
- master
- Children:
- a43b743
- Parents:
- cf04d51
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkins/tools.groovy
rcf04d51 rbe35302 104 104 } 105 105 106 EmailMessage = ''106 @Field def EmailMessage = '' 107 107 def GitLogMessage(String oldRef = '', String newRef = '') { 108 108 if(!EmailMessage) { -
Jenkinsfile
rcf04d51 rbe35302 82 82 //=========================================================================================================== 83 83 def build() { 84 de bug = true85 release = Settings.RunAllTests || Settings.RunBenchmark84 def debug = true 85 def release = Settings.RunAllTests || Settings.RunBenchmark 86 86 Tools.BuildStage('Build : configure', true) { 87 87 // Configure must be run inside the tree … … 96 96 //Use the current directory as the installation target so nothing escapes the sandbox 97 97 //Also specify the compiler by hand 98 targets=""98 def targets="" 99 99 if( Settings.RunAllTests || Settings.RunBenchmark ) { 100 100 targets="--with-target-hosts='host:debug,host:nodebug'"
Note:
See TracChangeset
for help on using the changeset viewer.