Skip to content

Commit

Permalink
Add reference to Ecosystem CI in extension authors doc
Browse files Browse the repository at this point in the history
  • Loading branch information
geoand committed Jun 16, 2020
1 parent a6c68b2 commit 931df62
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/src/main/asciidoc/writing-extensions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2824,3 +2824,10 @@ Then, at the end of your documentation, include the extensive documentation:
----

Finally, generate the documentation and check it out.

== Continuous testing of your extension

In order to make it easy for extension authors to test their extensions daily against the latest snapshot of Quarkus, Quarkus has introduced
the notion of the Ecosystem CI. The Ecosystem CI link:https://github.com/quarkusio/quarkus-ecosystem-ci/blob/master/README.adoc[README]
has all the details on how to set up a Github Actions job to take advantage of this capability, while this link:https://www.youtube.com/watch?v=VpbRA1n0hHQ[video] provides an overview
of what the process looks like.

0 comments on commit 931df62

Please sign in to comment.