Changeset 5c45fec
- Timestamp:
- Aug 17, 2018, 2:04:57 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:
- 89427de
- Parents:
- 97144e2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified Jenkinsfile ¶
r97144e2 r5c45fec 169 169 Architecture : ${ this.Architecture.name } 170 170 Arc Flags : ${ this.Architecture.flags } 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()}171 Run All Tests : ${ this.RunAllTests } 172 Run Benchmark : ${ this.RunBenchmark } 173 Build Documentation : ${ this.BuildDocumentation } 174 Publish : ${ this.Publish } 175 Silent : ${ this.Silent } 176 176 """ 177 177 }
Note: See TracChangeset
for help on using the changeset viewer.