Changeset 89427de
- Timestamp:
 - Aug 17, 2018, 2:05:49 PM (7 years ago)
 - Branches:
 - ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
 - Children:
 - d2c58be
 - Parents:
 - 5c45fec
 - File:
 - 
      
- 1 edited
 
- 
          
  Jenkinsfile (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
Jenkinsfile
r5c45fec r89427de 166 166 this.DescShort = "${ this.Compiler.cc_name }:${ this.Architecture.name }${full}" 167 167 168 this.DescLong """Compiler : ${ this.Compiler.cc_name } (${ this.Compiler.cpp_cc }/${ this.Compiler.cfa_cc })168 this.DescLong = """Compiler : ${ this.Compiler.cc_name } (${ this.Compiler.cpp_cc }/${ this.Compiler.cfa_cc }) 169 169 Architecture : ${ this.Architecture.name } 170 170 Arc Flags : ${ this.Architecture.flags } 171 Run All Tests : ${ this.RunAllTests }172 Run Benchmark : ${ this.RunBenchmark }173 Build Documentation : ${ this.BuildDocumentation }174 Publish : ${ this.Publish }175 Silent : ${ this.Silent }171 Run All Tests : ${ this.RunAllTests.toString() } 172 Run Benchmark : ${ this.RunBenchmark.toString() } 173 Build Documentation : ${ this.BuildDocumentation.toString() } 174 Publish : ${ this.Publish.toString() } 175 Silent : ${ this.Silent.toString() } 176 176 """ 177 177 }  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.