Changeset c77aa5a for Jenkinsfile


Ignore:
Timestamp:
May 27, 2016, 4:45:17 PM (8 years ago)
Author:
Thierry Delisle <tdelisle@…>
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:
018fac4
Parents:
c9d651d
Message:

fixed stupid error in jenkinsfile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    rc9d651d rc77aa5a  
    2222  sh 'CC=gcc-4.9 CXX=g++-4.9 ./configure'
    2323  sh 'make -j 8'
    24   def email_body =
    2524  emailext body: email_body, subject: email_subject, to: 'tdelisle@uwaterloo.ca'
    2625 }
Note: See TracChangeset for help on using the changeset viewer.