Changeset 3410c12
- Timestamp:
- May 27, 2016, 5:33:25 PM (9 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:
- a3f9946
- Parents:
- d42fa1f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified Jenkinsfile ¶
rd42fa1f r3410c12 22 22 checkout scm 23 23 24 sh 'printenv' 25 24 26 //configure the conpilation 25 27 sh 'CC=gcc-4.9 CXX=g++-4.9 ./configure' … … 30 32 //send email notification 31 33 32 this.binding.variables.each {k,v -> echo "$k = $v"}33 34 34 def email_subject = email_subject_template 35 35 def email_body = email_body_template
Note: See TracChangeset
for help on using the changeset viewer.