Changeset 245510f for Jenkinsfile


Ignore:
Timestamp:
Jun 16, 2016, 10:39:22 AM (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:
25296a3, 3c1d702
Parents:
d1aa5c0
Message:

updated Jenkinsfile and test.py to limit redundant output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    rd1aa5c0 r245510f  
    2222
    2323                //Compile the project
    24                 sh 'make -j 8 V=0 install'
     24                sh 'make -j 8 --no-print-directory V=0 install'
    2525
    2626        build_stage 'Test'
Note: See TracChangeset for help on using the changeset viewer.