Changeset 5c45fec


Ignore:
Timestamp:
Aug 17, 2018, 2:04:57 PM (6 years ago)
Author:
Thierry Delisle <tdelisle@…>
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
Message:

What is and isn't allowed is absurd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r97144e2 r5c45fec  
    169169Architecture            : ${ this.Architecture.name }
    170170Arc 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() }
     171Run All Tests           : ${ this.RunAllTests }
     172Run Benchmark           : ${ this.RunBenchmark }
     173Build Documentation     : ${ this.BuildDocumentation }
     174Publish                 : ${ this.Publish }
     175Silent                  : ${ this.Silent }
    176176"""
    177177        }
Note: See TracChangeset for help on using the changeset viewer.