Changeset a3e8281 for Jenkinsfile
- Timestamp:
- Jan 24, 2019, 11:21:14 AM (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:
- 9f5bb817
- Parents:
- 1d832f4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified Jenkinsfile ¶
r1d832f4 ra3e8281 298 298 switch( param.Architecture ) { 299 299 case 'x64': 300 this.Architecture = new Arch_Desc('x64', '--host=x86_64', ' master')300 this.Architecture = new Arch_Desc('x64', '--host=x86_64', 'x64') 301 301 break 302 302 case 'x86': 303 this.Architecture = new Arch_Desc('x86', '--host=i386', ' master')303 this.Architecture = new Arch_Desc('x86', '--host=i386', 'x86') 304 304 break 305 305 default :
Note: See TracChangeset
for help on using the changeset viewer.