Changeset e365cb5


Ignore:
Timestamp:
Jun 3, 2016, 2:35:28 PM (8 years ago)
Author:
Rob Schluntz <rschlunt@…>
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:
b8387fc
Parents:
10a7775 (diff), 37bf576 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into ctor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r10a7775 re365cb5  
    88                def install_dir = pwd tmp: true
    99                //checkout the source code and clean the repo
    10                 sh "rm -rf * ${install_dir}/*"
    1110                checkout scm
     11                sh 'git clean -fdqx'
     12                sh 'git reset --hard'
    1213
    1314        build_stage 'Build'
     
    3132        build_stage 'Cleanup'
    3233
    33                 //Cleanup the install dir
    34                 sh "rm -rf ${install_dir}/*"
     34                //do a maintainer-clean to make sure we need to remake from scratch
     35                sh 'make maintainer-clean > /dev/null'
    3536}
    3637
     
    7778                // timeout(30) {
    7879                //
    79                 //      //Wrap build to add timestamp to command line
    80                 //      wrap([$class: 'TimestamperBuildWrapper']) {
     80                        //Wrap build to add timestamp to command line
     81                        wrap([$class: 'TimestamperBuildWrapper']) {
    8182
    8283                                //Compile using gcc-4.9
     
    8485                                cfa_build()
    8586
    86                 //      }
     87                        }
    8788                // }
    8889
Note: See TracChangeset for help on using the changeset viewer.