fedora-java / howto

Java packaging HowTo
Other
6 stars 7 forks source link

Continuous delivery with Travis CI #1

Closed mizdebsk closed 8 years ago

mizdebsk commented 8 years ago

It would be nice to automatically compile and deploy GH pages using Travis CI. Some inspiration: http://www.steveklabnik.com/automatically_update_github_pages_with_travis_example/

msimacek commented 8 years ago

Done. Note that docs for all branches are rebuilt at once, so this has the side effect that error in one branch will fail subsequent builds in other branches. It's because the version index is shared among all branches.