Changeset fd61a4f


Ignore:
Timestamp:
Jun 13, 2016, 11:50:28 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:
3dcd347a
Parents:
1e37d4d
Message:

updated jenkinsfile with new test folder

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r1e37d4d rfd61a4f  
    1919                //escapes the sandbox
    2020                //Also specify the compiler by hand
    21                 sh "./configure CXX=${currentCC.cpp_cc} --with-backend-compiler=${currentCC.cfa_backend_cc} --prefix=${install_dir} > /dev/null"
     21                sh "./configure CXX=${currentCC.cpp_cc} --with-backend-compiler=${currentCC.cfa_backend_cc} --prefix=${install_dir} --enable-silent-rules --quiet"
    2222
    2323                //Compile the project
     
    2727
    2828                //Run the tests from the example directory
    29                 dir ('src/examples') {
     29                dir ('src/tests') {
    3030                        sh './runTests.sh'
    3131                }
Note: See TracChangeset for help on using the changeset viewer.