Changeset fd61a4f for Jenkinsfile
- Timestamp:
- Jun 13, 2016, 11:50:28 AM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 3dcd347a
- Parents:
- 1e37d4d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
r1e37d4d rfd61a4f 19 19 //escapes the sandbox 20 20 //Also specify the compiler by hand 21 sh "./configure CXX=${currentCC.cpp_cc} --with-backend-compiler=${currentCC.cfa_backend_cc} --prefix=${install_dir} > /dev/null"21 sh "./configure CXX=${currentCC.cpp_cc} --with-backend-compiler=${currentCC.cfa_backend_cc} --prefix=${install_dir} --enable-silent-rules --quiet" 22 22 23 23 //Compile the project … … 27 27 28 28 //Run the tests from the example directory 29 dir ('src/ examples') {29 dir ('src/tests') { 30 30 sh './runTests.sh' 31 31 }
Note: See TracChangeset
for help on using the changeset viewer.