Skip to content

Execute haddock concurrently with builds #2449

Open
@mgsloan

Description

@mgsloan

Currently, the haddock runs as part of the build step, at the end of the build step. This means that for subsequent build steps we can be waiting on haddock, even though the subsequent build steps would work just fine (up until its haddock step).

So with haddock on, instead of having action dependencies like build pkgAdependsOnbuild pkgB we've got:

build pkgA `dependsOn` build pkgB
haddock pkgA `dependsOn` build pkgA
haddock pkgB `dependsOn` build pkgB
haddock pkgB `dependsOn` haddock pkgA

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions