forked from External/mage
This commit is contained in:
parent
c3da6dc7c8
commit
ad2a55ff36
1 changed files with 9 additions and 1 deletions
|
|
@ -18,7 +18,15 @@ jobs:
|
||||||
|
|
||||||
- name: Build Mage
|
- name: Build Mage
|
||||||
run: |
|
run: |
|
||||||
mvn clean install -DskipTests
|
mvn -T 12 clean install -DskipTests
|
||||||
|
|
||||||
|
- name: Build Client
|
||||||
|
run: |
|
||||||
|
cd Mage.Client && mvn assembly:assembly
|
||||||
|
|
||||||
|
- name: Build Server
|
||||||
|
run: |
|
||||||
|
cd Mage.Server && mvn assembly:assembly
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue