Changeset d56c05d0


Ignore:
Timestamp:
Jun 23, 2016, 11:19:16 AM (8 years ago)
Author:
Thierry Delisle <tdelisle@…>
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:
74d1804, c2ad3c9, f1ee72e
Parents:
d541057
Message:

now compile documentation after first compiler test to make Jenkins UI more consistent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    rd541057 rd56c05d0  
    188188                                cfa_build(doPromoteBuild2DoLang)
    189189
     190                                //Compile latex documentation
     191                                doc_build()
     192
    190193                                if( doPromoteBuild2DoLang ) {
    191194                                        //Compile using gcc-5
     
    196199                                        currentCC = new CC_Desc('gcc-6', 'g++-6', 'gcc-6')
    197200                                        cfa_build(true)
    198                                 }
    199 
    200                                 //Compile latex documentation
    201                                 doc_build()
    202 
    203                                 if( doPromoteBuild2DoLang ) {
     201
     202                                        //Push latest changes to do-lang repo
    204203                                        push_build()
    205204                                }
Note: See TracChangeset for help on using the changeset viewer.