Changes in Jenkinsfile [dcf1979:c862fae]
- File:
-
- 1 edited
-
Jenkinsfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
rdcf1979 rc862fae 114 114 release = Settings.RunAllTests || Settings.RunBenchmark 115 115 build_stage('Build : configure', true) { 116 // Configure must be run inside the tree117 dir (SrcDir) {118 // Generate the necessary build files119 sh './autogen.sh'120 }121 122 116 // Build outside of the src tree to ease cleaning 123 117 dir (BuildDir) {
Note:
See TracChangeset
for help on using the changeset viewer.