Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    rc862fae rdcf1979  
    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
    116122                // Build outside of the src tree to ease cleaning
    117123                dir (BuildDir) {
Note: See TracChangeset for help on using the changeset viewer.