Skip to content

Commit

Permalink
build: document nightly builds
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Bricon <fbricon@gmail.com>
  • Loading branch information
fbricon committed Oct 27, 2023
1 parent 525fcfb commit 1a457e7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ The [Qute templating engine](https://quarkus.io/guides/qute-reference) is suppor

## Quarkus project wizards

Generate a Quarkus Maven project, based on https://code.quarkus.io/. Call `File -> New -> Module -> Quarkus`. It is possible to filter the list of displayed Quarkus extension by name pattern and allow or disallow the inclusion of non platforms Quarkus extensions.
Generate a Quarkus Maven project, based on https://code.quarkus.io/. Call `File > New > Module > Quarkus`. It is possible to filter the list of displayed Quarkus extension by name pattern and allow or disallow the inclusion of non platforms Quarkus extensions.

![](images/1.12.0/quarkus-tools2.gif)

Expand Down Expand Up @@ -281,9 +281,21 @@ You can perform UI testing by running the following command:
```sh
./gradlew integrationTest
```
#### Testing nightly builds

You can easily install nightly builds from the nightly channel:

- in IntelliJ, open `Setting > Plugins > [Gear icon] > Manage Plugin Repositories...`
- Add `https://plugins.jetbrains.com/plugins/nightly/13234` and press `OK`
![Nightly Channel Repositpry](images/nightly-channel-repo.png)
- install the latest `Quarkus Tools` version

Nightly builds are published once a day.


#### Testing the CI builds

You can download and install CI builds of the latest commits or a pull request:
You can also download and install CI builds of the latest commits or a specific pull request:

- open the [`Build plugin zip` workflow](https://github.com/redhat-developer/intellij-quarkus/actions/workflows/buildZip.yml)
- click on the build you are interested in
Expand Down
Binary file added images/nightly-channel-repo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1a457e7

Please sign in to comment.