Add steps for boot JAR and WAR creation
This commit is contained in:
parent
4ac16ecaa4
commit
1058f7719e
1 changed files with 8 additions and 0 deletions
8
.github/workflows/bld.yml
vendored
8
.github/workflows/bld.yml
vendored
|
@ -32,6 +32,14 @@ jobs:
|
||||||
working-directory: examples
|
working-directory: examples
|
||||||
run: ./bld compile test
|
run: ./bld compile test
|
||||||
|
|
||||||
|
- name: Compile and create the JAR [examples]
|
||||||
|
working-directory: examples
|
||||||
|
run: ./bld compile bootjar
|
||||||
|
|
||||||
|
- name: Compile and create the WAR [examples]
|
||||||
|
working-directory: examples
|
||||||
|
run: ./bld compile bootwar
|
||||||
|
|
||||||
- name: Download dependencies
|
- name: Download dependencies
|
||||||
run: ./bld download
|
run: ./bld download
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue