-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
- Loading branch information
Showing
29 changed files
with
908 additions
and
199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
title: Build | ||
--- | ||
|
||
<PageDescription> | ||
This article outlines the build process from a local machine and from the build server (Travis, GitHub actions). | ||
</PageDescription> | ||
|
||
There are two | ||
|
||
# Build: GitHub actions | ||
|
||
# Build: Travis | ||
The build with [Travis](https://travis-ci.com/IBM/FHIR) is triggered through a `push` or `pull_request` or `cron` event. The `push` is the only event which is enabled in the **IBM FHIR Server** build. | ||
|
||
|
||
# Build: Local | ||
|
||
## Build and Deploy | ||
``` | ||
mvn clean install javadoc:jar javadoc:test-jar -Pdeploy-bintray,fhir-javadocs deploy -f fhir-parent/pom.xml | ||
``` | ||
|
||
* Locally * The local connection to bintray takes around 30-40 minutes to build, test and deploy. | ||
|
||
|
||
|
||
# Tips | ||
If the build appears to randomly stop complaining about a 400 error, the issue might be one of the following: | ||
|
||
## 1 Naming of the artifactId might include a space. | ||
The artifactId might have a space in it. `<artifactId>fhir-notification-websocket </artifactId>` convert to `<artifactId>fhir-notification-websocket</artifactId>` | ||
|
||
## 2 |
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file.
Empty file.
Empty file.
Empty file.
Oops, something went wrong.