Changeset 018fac4
- Timestamp:
- May 27, 2016, 4:49:43 PM (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:
- f2b977a
- Parents:
- c77aa5a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
rc77aa5a r018fac4 22 22 sh 'CC=gcc-4.9 CXX=g++-4.9 ./configure' 23 23 sh 'make -j 8' 24 emailext body: email_body, subject: email_subject, to: 'tdelisle@uwaterloo.ca' 24 //emailext body: email_body, subject: email_subject, to: '' 25 emailext body: '$DEFAULT_CONTENT', subject: '$DEFAULT_SUBJECT', to: 'tdelisle@uwaterloo.ca' 25 26 }
Note: See TracChangeset
for help on using the changeset viewer.