-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resolves #1 added support for different version of Corda 4. added mul…
…ti-build process automation.
- Loading branch information
Showing
3 changed files
with
37 additions
and
6 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
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,11 @@ | ||
# Developer Guide | ||
|
||
## Automated Building (Corda version 4.5-4.7) | ||
|
||
By using the included `automation.sh` file in the root directory you could automatically build and test the Cordaptor through Corda versions 4.5 to 4.7 | ||
(This could be changed by changing the `configurations` variable found inside the `automation.sh` file). | ||
The `dockerPush` argument could be added which enables the shell scripts ability to push the docker build directly to the remote repository. | ||
### Example | ||
``` | ||
./automation.sh dockerPush | ||
``` |