Skip to content

Commit

Permalink
add install to workflow #12
Browse files Browse the repository at this point in the history
  • Loading branch information
walterxie committed Aug 9, 2024
1 parent fd68ad9 commit 7759351
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: LinguaPhylo/linguaPhylo
- name: Checkout LPhy
- name: Checkout LPhyBeast
uses: actions/checkout@v4
with:
repository: LinguaPhylo/LPhyBeast
Expand All @@ -39,7 +39,7 @@ jobs:
cache: maven

- name: Clean
run: mvn clean
run: mvn clean install
# -B,--batch-mode Run in non-interactive (batch) mode (disables output color)
- name: Test with Maven
run: mvn -B test --file pom.xml
Expand Down
11 changes: 11 additions & 0 deletions lphybeast-ext-dist/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Multi-module Project Release

Two options:

1. create the release in one of module

See [lphybeast](https://github.com/LinguaPhylo/LPhyBeast/blob/2461d72fa783240912723e1740e21065723c4d8d/lphybeast/src/assembly/lphybeast-assembly.xml).

2. create a module, e.g. dist, for the release

See [this module](src/assembly/lphybeast-ext-assembly.xml)

0 comments on commit 7759351

Please sign in to comment.