Changeset c78e410 for Jenkinsfile


Ignore:
Timestamp:
May 30, 2016, 4:03:29 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:
1da4ead
Parents:
71b7843
Message:

Jenkins no longer uses maintainer-clean

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r71b7843 rc78e410  
    11
    22
    3 //clean the repo and checkout the source code
     3//checkout the source code and clean the repo
    44stage 'Checkout'
    55node {
     
    1313        //configure the conpilation
    1414        try {
    15                 sh 'make maintainer-clean > /dev/null'
     15                sh 'make clean > /dev/null'
    1616                sh 'CC=gcc-4.9 CXX=g++-4.9 ./configure > /dev/null'
    1717                sh 'make -j 8'
Note: See TracChangeset for help on using the changeset viewer.