Fix formatting typo in build section

This commit is contained in:
Andrew Guibert
2019-10-03 14:12:12 -05:00
parent 29b5240f64
commit 2ba9fc8574

View File

@@ -109,9 +109,9 @@ cd quarkus
The default build does not create native images, which is quite time consuming.
Note that the full build with all tests is quite slow, you will usually want to build with ``-DskipTests`. This will also
Note that the full build with all tests is quite slow, you will usually want to build with `-DskipTests`. This will also
skip creation of the integration-test runner jars. If you want to skip tests but still create the runners you can set
`-DskipTests -Dquarkus.build.skip=fase`
`-DskipTests -Dquarkus.build.skip=false`
You can build and test native images in the integration tests supporting it by using `./mvnw install -Dnative`.
@@ -148,4 +148,4 @@ DevMojoIT require a few minutes to run but anything more than that is not expect
* The native integration test for my extension didn't run in the CI
In the interest of speeding up CI, the native build stage `run_native_tests_stage` have been split into multiple steps.
This means that each new extension needs to be configured explicitly in `azure-pipelines.yml` to have it's integration tests run in native mode
This means that each new extension needs to be configured explicitly in `azure-pipelines.yml` to have it's integration tests run in native mode