Changeset a3e8281 for Jenkinsfile


Ignore:
Timestamp:
Jan 24, 2019, 11:21:14 AM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
9f5bb817
Parents:
1d832f4
Message:

Jenkins now uses python and ruby to build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r1d832f4 ra3e8281  
    298298                switch( param.Architecture ) {
    299299                        case 'x64':
    300                                 this.Architecture = new Arch_Desc('x64', '--host=x86_64', 'master')
     300                                this.Architecture = new Arch_Desc('x64', '--host=x86_64', 'x64')
    301301                        break
    302302                        case 'x86':
    303                                 this.Architecture = new Arch_Desc('x86', '--host=i386', 'master')
     303                                this.Architecture = new Arch_Desc('x86', '--host=i386', 'x86')
    304304                        break
    305305                        default :
Note: See TracChangeset for help on using the changeset viewer.