Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r7ef1555e r245510f  
    55//===========================================================================================================
    66//Compilation script is done here but environnement set-up and error handling is done in main loop
    7 def cfa_build(boolean full_build) {
     7def cfa_build() {
    88        build_stage 'Checkout'
    99                def install_dir = pwd tmp: true
     
    2828                //Run the tests from the example directory
    2929                dir ('src/tests') {
    30                         if (full_build) {
    31                                 sh 'python test.py --all'
    32                         }
    33                         else {
    34                                 sh './runTests.sh'
    35                         }
     30                        sh './runTests.sh'
    3631                }
    3732
Note: See TracChangeset for help on using the changeset viewer.