Changes in Jenkinsfile [a64a413:7c45c42]
- File:
-
- 1 edited
-
Jenkinsfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
ra64a413 r7c45c42 267 267 268 268 //Configure the conpilation (Output is not relevant) 269 //Use the current directory as the installation target so nothing escapes the sandbox 269 //Use the current directory as the installation target so nothing 270 //escapes the sandbox 270 271 //Also specify the compiler by hand 271 272 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.