Changeset 8089fde for Jenkins/FullBuild


Ignore:
Timestamp:
Dec 8, 2020, 1:54:40 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
3359802
Parents:
dde7d6d
Message:

Full build now builds new ast.
Full build now distribute builds.
Fixed stages in distribute.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkins/FullBuild

    rdde7d6d r8089fde  
    2626                                        gcc_5_x64_old: { trigger_build( 'gcc-5',   'x64', false ) },
    2727                                        clang_x64_old: { trigger_build( 'clang',   'x64', false ) },
    28                                         // clang_x64_new: { trigger_build( 'clang',   'x64', true  ) },
     28                                        clang_x64_new: { trigger_build( 'clang',   'x64', true  ) },
    2929                                )
     30                        }
     31
     32                        stage('Package') {
     33                                build job: 'Cforall_Distribute_Ref', parameters: [string(name: 'GitRef', value: gitRefNewValue), string(name: 'Build', value: currentBuild.number)]
    3034                        }
    3135                }
Note: See TracChangeset for help on using the changeset viewer.