Changeset be35302 for Jenkinsfile
- Timestamp:
 - Aug 17, 2025, 11:36:41 PM (3 months ago)
 - Branches:
 - master
 - Children:
 - a43b743
 - Parents:
 - cf04d51
 - File:
 - 
      
- 1 edited
 
- 
          
  Jenkinsfile (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
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.