Changeset af43394 for Jenkinsfile
- Timestamp:
- Jan 23, 2019, 3:15:42 PM (6 years ago)
- 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:
- 1d832f4
- Parents:
- c802eb88
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
rc802eb88 raf43394 298 298 switch( param.Architecture ) { 299 299 case 'x64': 300 this.Architecture = new Arch_Desc('x64', '--host=x86_64', ' x64')300 this.Architecture = new Arch_Desc('x64', '--host=x86_64', 'master') 301 301 break 302 302 case 'x86': 303 this.Architecture = new Arch_Desc('x86', '--host=i386', ' x86')303 this.Architecture = new Arch_Desc('x86', '--host=i386', 'master') 304 304 break 305 305 default :
Note: See TracChangeset
for help on using the changeset viewer.