Changeset 3fc5f010
- Timestamp:
- Aug 10, 2018, 6:18:06 PM (6 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 6bde81d
- Parents:
- ae628e1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
rae628e1 r3fc5f010 277 277 //Use the current directory as the installation target so nothing escapes the sandbox 278 278 //Also specify the compiler by hand 279 sh "${srcdir}/configure CXX=${compiler.cpp_cc} ${architecture} --with-backend-compiler=${compiler.cfa_cc} --quiet" 279 targets="" 280 if(do_alltests) { 281 targets="--with-target-hosts='host:nodebug,host:debug'" 282 } else { 283 targets="--with-target-hosts='host:nodebug'" 284 } 285 286 sh "${srcdir}/configure CXX=${compiler.cpp_cc} ${architecture} ${targets} --with-backend-compiler=${compiler.cfa_cc} --quiet" 280 287 281 288 //Compile the project
Note: See TracChangeset
for help on using the changeset viewer.