Changes in Jenkinsfile [a64a413:91496f3]
- File:
-
- 1 edited
-
Jenkinsfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
ra64a413 r91496f3 260 260 def install_dir = pwd tmp: true 261 261 262 //Output compiler version to help with debug263 echo """C++ Compiler :"""264 sh "which ${compiler.cpp_cc} && ${compiler.cpp_cc} --version"265 echo """C Compiler :"""266 sh "which ${compiler.cfa_cc} && ${compiler.cfa_cc} --version"267 268 262 //Configure the conpilation (Output is not relevant) 269 //Use the current directory as the installation target so nothing escapes the sandbox 263 //Use the current directory as the installation target so nothing 264 //escapes the sandbox 270 265 //Also specify the compiler by hand 271 266 sh "./configure CXX=${compiler.cpp_cc} ${architecture} --with-backend-compiler=${compiler.cfa_cc} --prefix=${install_dir} --enable-silent-rules --quiet"
Note:
See TracChangeset
for help on using the changeset viewer.