make server compile quicker
All checks were successful
/ Build BaseBand Server (push) Successful in 2m17s
All checks were successful
/ Build BaseBand Server (push) Successful in 2m17s
This commit is contained in:
parent
9c7fe36608
commit
cdb1ce85fe
1 changed files with 5 additions and 2 deletions
|
@ -2,7 +2,7 @@ on:
|
|||
workflow_dispatch:
|
||||
push:
|
||||
paths:
|
||||
- ".forgejo/workflows/build-loader.yml"
|
||||
- ".forgejo/workflows/build-server.yml"
|
||||
- "Server/**"
|
||||
|
||||
|
||||
|
@ -23,7 +23,10 @@ jobs:
|
|||
- name: Initialize Gradle
|
||||
uses: https://github.com/gradle/actions/setup-gradle@v3
|
||||
- name: Build
|
||||
run: ./gradlew --no-daemon Server:build
|
||||
run: |
|
||||
cd Server
|
||||
../gradlew --no-daemon build
|
||||
cd ..
|
||||
- name: Upload Server
|
||||
uses: forgejo/upload-artifact@v4
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue