Changeset e730560 for Jenkinsfile
- Timestamp:
- Jun 3, 2016, 1:01:24 PM (9 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- aec9a67
- Parents:
- f979c4ab
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
rf979c4ab re730560 38 38 // Helper classes/variables/routines to make the status and stage name easier to use 39 39 //=========================================================================================================== 40 //Description of a compiler 41 class CC_Desc {40 //Description of a compiler (Must be serializable since pipelines are persistent) 41 class CC_Desc implements Serializable { 42 42 public String cc_name 43 43 public String cpp_cc
Note: See TracChangeset
for help on using the changeset viewer.