Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    rdcf1979 rc862fae  
    114114        release = Settings.RunAllTests || Settings.RunBenchmark
    115115        build_stage('Build : configure', true) {
    116                 // Configure must be run inside the tree
    117                 dir (SrcDir) {
    118                         // Generate the necessary build files
    119                         sh './autogen.sh'
    120                 }
    121 
    122116                // Build outside of the src tree to ease cleaning
    123117                dir (BuildDir) {
Note: See TracChangeset for help on using the changeset viewer.